$5.00 per 1k listings · real-time

Craigslist data API

Turn any Craigslist city + search URL into structured JSON — with prices, locations, GPS coordinates, and photo counts. Pay-per-result, no setup.

Sample outputcraigslist
TitlePriceLocationPhotos
Large L-Shaped Height Adjustable Desk + File Cabinet$1,350Manhattan12
Corner Swivel Table / Desk$20Bronx5
UPLIFT Standing Desk Control Box$50Manhattan2
Thick Padded Dining Desk Chair$15Brooklyn1
Safety Tempered Glass Desk / Dining Table$50Brooklyn1
titlepricelocationlatlonlisting_urlphoto_countscraped_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/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
  }'

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.