Discover/Picknpayzambia API
live

Picknpayzambia APIpicknpayzambia.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.

This API takes change requests — .
Endpoint health
verified 3d ago
get_specials
search_stores
2/2 passing latest checkself-healing
Endpoints
2
Updated
10d ago

What is the Picknpayzambia 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.

This call costs2 credits / call— charged only on success
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.
Call it over HTTPgrab 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 totalmissing one? ·

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 API

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.

Reliability & maintenanceVerified

The Picknpayzambia API is a managed, monitored endpoint for picknpayzambia.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when picknpayzambia.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official picknpayzambia.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
2/2 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
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,000100 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 picknpayzambia.com.
Related APIs in Food DiningSee all →
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.
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.
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.
opentable.ca API
Search and discover restaurants on OpenTable, view detailed information like menus and reviews, and check real-time dining availability across metro areas. Find top-rated restaurants in your location and instantly see which tables are open for your preferred date and time.
flipp.com API
Search for grocery deals and weekly advertisements across multiple retailers by keyword, store location, or zip code to find the best prices on items you need. Browse flyer items and current promotions to plan your shopping and save money on groceries.
waitrose.com API
Search Waitrose & Partners' online grocery catalog to find products with detailed information including pricing, current promotions, and availability. Get autocomplete suggestions for faster browsing and access complete product details to compare items and find the best deals.
carrefour.es API
Access data from carrefour.es.