Turn any Craigslist city + search URL into structured JSON — with prices, locations, GPS coordinates, and photo counts. Pay-per-result, no setup.
| Title | Price | Location | Photos |
|---|---|---|---|
| Large L-Shaped Height Adjustable Desk + File Cabinet | $1,350 | Manhattan | 12 |
| Corner Swivel Table / Desk | $20 | Bronx | 5 |
| UPLIFT Standing Desk Control Box | $50 | Manhattan | 2 |
| Thick Padded Dining Desk Chair | $15 | Brooklyn | 1 |
| Safety Tempered Glass Desk / Dining Table | $50 | Brooklyn | 1 |
curl -X POST https://api.sisetech.site/v1/agents/craigslist/run \
-H "Authorization: Bearer $SISETECH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://newyork.craigslist.org/search/sss?query=desk",
"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.