$12.00 per 1k listings · real-time

Shpock data API

Turn any Shpock search into structured JSON — with prices, currency, locations, photos, and condition flags. Pay-per-result, no setup or anti-bot headaches.

Sample outputshpock
TitlePriceLocationPhotos
iPhone 14 Pro Max£340Liverpool1
iPhone 12 Pro Max£249Liverpool1
iPhone XR — all colors available£99Liverpool1
iPhone X£90Liverpool1
iPhone Xr, iPhone XS£85Liverpool1
titlepricecurrencylocationlisting_urlphoto_countconditionscraped_at
API

One call, structured JSON

  • Authenticate with your API key, POST a search URL
  • Pay per result — failed runs are never charged
  • 18 data points per listing
cURL
curl -X POST https://api.sisetech.site/v1/agents/shpock/run \
  -H "Authorization: Bearer $SISETECH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://www.shpock.com/en-gb/results?q=iphone",
    "max_listings": 1000
  }'

FAQ

What input does the agent take?

Any Facebook Marketplace category or search URL. Paste it in the playground or pass it to the API as the `url` parameter.

How is pricing calculated?

You pay per result: $7.50 per 1,000 listings returned. Failed or empty runs are not charged.

How fresh is the data?

Every run fetches live results at request time — nothing is cached or pre-scraped. You get the listings as they appear right now.

Is there a free trial?

Yes — your first 25 listings are free, no card required, so you can validate the output before paying.