Discover/picknpayzambia.com API
live

picknpayzambia.com APIwww.picknpayzambia.com

Access Pick n Pay Zambia promotional catalogs and store locations via 2 endpoints. Retrieve specials with PDF/image URLs, validity dates, and store hours.

Endpoints
2
Updated
3h ago
Last verified
Try it

No input parameters required.

api.parse.bot/scraper/9af6c0b0-ed09-497b-b7a6-12058d576e7b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9af6c0b0-ed09-497b-b7a6-12058d576e7b/get_specials' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Retrieve current promotional catalogs (specials) from Pick n Pay Zambia. Returns catalog metadata including title, validity dates, applicable stores, PDF catalog URL, and thumbnail image URL. The site publishes periodic promotional flyers; this endpoint surfaces whatever is currently active.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer count of specials",
    "specials": "array of promotional catalog objects with title, pdf_url, image_url, validity_dates, stores"
  },
  "sample": {
    "data": {
      "total": 1,
      "specials": [
        {
          "title": "16 Years of Serious Value",
          "stores": "*Arcades *Crossroads",
          "pdf_url": "https://www.picknpayzambia.com/wp-content/uploads/2026/05/PNP989.-AC-June-Catalogue-Phase-4_compressed.pdf",
          "image_url": "https://www.picknpayzambia.com/wp-content/uploads/2026/05/PNP989.-AC-June-Catalogue-Phase-4_compressed-1.webp",
          "validity_dates": "05 – 24 June 2026"
        }
      ]
    },
    "status": "success"
  }
}

About the picknpayzambia.com API

The Pick n Pay Zambia API provides 2 endpoints for accessing promotional catalog metadata and store location data from picknpayzambia.com. The get_specials endpoint returns catalog objects including PDF and thumbnail URLs, validity dates, and applicable stores, while search_stores returns geo-filtered branch data including addresses, contact details, and opening hours.

Promotional Catalogs

The get_specials endpoint returns all currently published promotional flyers from Pick n Pay Zambia. Each catalog object in the specials array includes a title, pdf_url, image_url, validity_dates, and a stores field indicating which branches the promotion applies to. The endpoint takes no input parameters — it always returns the full set of active catalogs. Note that the underlying flyers are image-based, so individual product prices or SKUs are not broken out as structured fields; the API surfaces catalog-level metadata only.

Store Locations

The search_stores endpoint accepts lat, lng, and radius (in kilometers) to find nearby Pick n Pay Zambia branches. If coordinates are omitted, the search defaults to a center point over Lusaka. Each store object in the stores array includes id, name, address, address2, city, country, lat, lng, phone, email, and a full opening_hours breakdown by day of the week. The max_results parameter caps how many stores are returned in a single call.

Coverage Notes

This API covers promotional catalogs and branch-level location data for Pick n Pay Zambia specifically. It does not cover Pick n Pay operations in South Africa, Zimbabwe, or other markets. Catalog freshness reflects whatever is currently published on the specials page; there is no historical archive of past promotions.

Common use cases
  • Display current Pick n Pay Zambia specials with thumbnail previews and PDF download links in a shopping app
  • Alert users when new promotional catalogs go live by polling get_specials and comparing validity dates
  • Build a store finder for Zambia shoppers using search_stores with GPS coordinates from a mobile device
  • Show branch-specific promotions by cross-referencing the stores field in specials with store IDs from search_stores
  • Present weekly opening hours for the nearest Pick n Pay Zambia branch using the opening_hours field
  • Aggregate contact details (phone, email) for all Lusaka-area stores to support a retail directory listing
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Pick n Pay Zambia have an official developer API?+
No. picknpayzambia.com does not publish a public developer API or API documentation. This Parse API is the available programmatic interface for accessing their catalog and store data.
What does `get_specials` actually return — are individual product prices included?+
The endpoint returns catalog-level metadata: title, pdf_url, image_url, validity_dates, and stores. Individual product names, prices, or SKUs are not included because the source publishes image-based flyers rather than structured product data.
Does the API cover Pick n Pay stores outside Zambia?+
No. Coverage is limited to Zambia branches only. The search_stores endpoint returns Zambian locations and the get_specials endpoint reflects promotions published on picknpayzambia.com. You can fork this API on Parse and revise it to add an endpoint targeting another regional Pick n Pay domain.
Is there a way to retrieve historical or expired promotional catalogs?+
Not currently. The get_specials endpoint surfaces only active, currently published catalogs — there is no archive of past promotions. You can fork the API on Parse and revise it to add a history-tracking endpoint that stores previously seen catalogs.
Can I filter specials by store or by date range?+
The get_specials endpoint takes no filter parameters and returns all current catalogs at once. Store applicability is included in each catalog's stores field, so filtering by store must be done client-side. You can fork the API on Parse and revise it to add server-side filtering parameters.
Page content last updated . Spec covers 2 endpoints from www.picknpayzambia.com.
Related APIs in Food DiningSee all →
resy.com API
Search for restaurants across cities and check real-time availability to find open reservation slots on Resy. Discover trending and top-rated venues with detailed information about dining options, menus, and available time slots across selected dates.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
fdc.nal.usda.gov API
Search across thousands of foods to get detailed nutritional information, serving sizes, and ingredient data from USDA's comprehensive food database. Find nutrition facts for branded products, legacy foods, and foundation foods all in one place.
guide.michelin.com API
Access data from guide.michelin.com.
ocado.com API
Search and browse Ocado UK's grocery catalog, view detailed product information including nutritional data, and discover related items to add to your cart. Get instant search suggestions and manage your shopping cart contents all in one place.
mcdonalds.com API
Browse McDonald's full menu and retrieve detailed nutritional information, allergens, and ingredients for any item. Get comprehensive product details to support menu exploration and nutrition-aware applications.
doordash.com API
Search for restaurants on DoorDash and view their menus, hours, and current promotions to find exactly what you're looking for. Get detailed information about any restaurant including pricing, availability, and active discounts across the US.
wolt.com API
Browse and discover restaurants, stores, and food items available on the Wolt delivery platform, with access to detailed menus, venue information, and the ability to search across categories and cities. Filter venues by location, explore their complete offerings, and find specific items to compare options across the Wolt network.