$7.50 per 1k listings · real-time

Facebook Marketplace data API

Turn any Facebook Marketplace category or search URL into structured JSON. Real-time, pay-per-result — no scrapers, proxies, or browser automation to maintain.

Sample outputfacebook-marketplace
TitlePriceLocationPhotos
iPhone 14 Pro 256GB — Deep Purple£640Manchester
IKEA MALM Bed Frame, Double, Oak£75Leeds
PlayStation 5 Slim + 2 Controllers£380London
MacBook Air M2 13" 8GB/256GB£720Cardiff
Dyson V11 Absolute Cordless Vacuum£210Glasgow
titlepricelocationlisting_urlsourcescraped_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/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
  }'

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.