Turn any Shpock search into structured JSON — with prices, currency, locations, photos, and condition flags. Pay-per-result, no setup or anti-bot headaches.
| Title | Price | Location | Photos |
|---|---|---|---|
| iPhone 14 Pro Max | £340 | Liverpool | 1 |
| iPhone 12 Pro Max | £249 | Liverpool | 1 |
| iPhone XR — all colors available | £99 | Liverpool | 1 |
| iPhone X | £90 | Liverpool | 1 |
| iPhone Xr, iPhone XS | £85 | Liverpool | 1 |
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
}'Any Facebook Marketplace category or search URL. Paste it in the playground or pass it to the API as the `url` parameter.
You pay per result: $7.50 per 1,000 listings returned. Failed or empty runs are not charged.
Every run fetches live results at request time — nothing is cached or pre-scraped. You get the listings as they appear right now.
Yes — your first 25 listings are free, no card required, so you can validate the output before paying.