/craigslist/postings

POST /api/craigslist/postings

Price: 1 credit

Get a full Craigslist posting by ID (or posting URL): title, price, complete body text, all category-specific attributes, the decoded VIN spec sheet for vehicles, hiring company for jobs, images, location with full address and coordinates, and posting dates.

How to use it

Fetch a single Craigslist posting by its ID (the 22-character id returned as `id` by craigslist/postings/search) or by a posting URL. Returns posting_title, price/price_string, description (plain text) and body_html, created_at/updated_at, section/category/category_alias, location (area, area_code, subarea, neighborhood, address, full_address, lat/lon), image/images and attributes — a list of key/label/value entries carrying the category-specific specs (make/model, odometer, condition, bedrooms, laundry, employment type and so on), each with the search_filters that reproduce it in craigslist/postings/search. Vehicles additionally carry vin_specs, the decoded VIN spec sheet (engine, drivetrain, body, safety systems); job postings carry company and is_open_to_recruiters. has_other_postings is true when the same seller has further postings, which craigslist/postings/seller then lists.

Parameters

Request body

Response

Errors

Response headers