Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
E-commerceextract
4.6
1.7k uses

Craigslist Car Listings

Extract car listings from Craigslist with title, price, location, URL, and posting date

Target URL
https://sfbay.craigslist.org/search/ctaVisit Site
Steps
1

Go to Craigslist cars for sale

navigate

2

Extract car listings

extract

FieldSelectorTransform
title.cl-search-result .titlestringtext
price.cl-search-result .priceinfotext
location.cl-search-result .metatext
url.cl-search-result a.titlestringurl
datePosted.cl-search-result .meta .datetimedate
3

Check for next page

condition

Condition: .cl-next-page
Go to next page.cl-next-page
Output Schema
FieldType
titlestring
pricestring
locationstring
urlstring
datePostedstring
Example Output
titlepricelocationurldatePosted
2019 Toyota Camry SE - Clean Title, Low Miles$18,500San Mateo/sfc/cta/d/2019-toyota-camry2026-03-18
2021 Honda Civic Sport - 32k Miles$22,900Oakland/eby/cta/d/2021-honda-civic2026-03-17
2017 BMW 330i - M Sport Package$19,800San Jose/sby/cta/d/2017-bmw-330i2026-03-17
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-craigslist-cars",
    "url": "https://sfbay.craigslist.org/search/cta"
  }'

Command Palette

Search for a command to run...