Turn any Facebook Marketplace category or search URL into structured JSON. Real-time, pay-per-result — no scrapers, proxies, or browser automation to maintain.
| Title | Price | Location | Photos |
|---|---|---|---|
| iPhone 14 Pro 256GB — Deep Purple | £640 | Manchester | — |
| IKEA MALM Bed Frame, Double, Oak | £75 | Leeds | — |
| PlayStation 5 Slim + 2 Controllers | £380 | London | — |
| MacBook Air M2 13" 8GB/256GB | £720 | Cardiff | — |
| Dyson V11 Absolute Cordless Vacuum | £210 | Glasgow | — |
curl -X POST https://api.sisetech.site/v1/agents/facebook-marketplace/run \
-H "Authorization: Bearer $SISETECH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.facebook.com/marketplace/london/search?daysSinceListed=1&sortBy=creation_time_descend&query=iphone&exact=false",
"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.