POST /api/gumtree/listings
Price: 10 credits
Get full Gumtree ad details by ad ID (or listing URL): title, price, description, category-specific attributes, location with coordinates, images and seller. Also returns the section-specific extras Gumtree attaches to an ad - vehicle history checks on motor ads, structured salary and employer details on job ads, and the services list plus customer reviews on trade/services ads.
Fetch a single Gumtree (UK classifieds) ad by ad ID or listing URL. Returns one listing with title, price (GBP), description, city/region/postal_code, latitude/longitude, posted_at/updated_at, is_featured/is_urgent/is_standout/is_bumped, seller_type, vat_number, attributes (category-specific spec keys such as vehicle_make/vehicle_mileage/common_for_sale_condition/mobile_storage_capacity), breadcrumbs, category/category_id, department/department_id, image/images/image_count, videos, website_url and seller (id/public_id/name/type/is_pro/is_verified/posting_since/posting_since_year/ad_count/last_active_at/phone/average_rating/rating_review_count/profile_url). Section-specific extras: vehicle_check on motor ads (write-off/import/plate/colour checks), job on job ads (employer, employment_type, min_salary/max_salary/salary_period, industry, is_remote, valid_through_date), and services + reviews (reviewer_name/rating/text/created_at/source) on trade and services ads.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)ad string required — Gumtree ad ID or a listing URL containing it (examples: "1800348038", "https://www.gumtree.com/p/iphone/apple-iphone-12-pro-max/1800348038"; minLength: 1)@type string (default: "GumtreeListing")id string requiredurl string requiredprice number nullablecurrency string (default: "GBP")description string nullablecity string nullableregion string nullablepostal_code string nullablelatitude number nullablelongitude number nullableposted_at integer nullableupdated_at integer nullableis_featured boolean (default: false)is_urgent boolean (default: false)is_standout boolean (default: false)is_bumped boolean (default: false)seller_type string nullablevat_number string nullableattributes object (default: {})* stringbreadcrumbs array (default: [])category string nullablecategory_id string nullabledepartment string nullabledepartment_id string nullablewebsite_url string nullableservices array (default: [])image string nullableimages array (default: [])image_count integer nullablevideos array (default: [])seller object nullable@type string (default: "GumtreeListingSeller")id string nullablepublic_id string nullablename string nullabletype string nullableis_pro boolean (default: false)is_verified boolean (default: false)posting_since string nullableposting_since_year integer nullablead_count integer nullableads_posted_last_year integer nullablelast_active_at integer nullableaverage_rating number nullablerating_review_count integer nullablephone string nullableprofile_url string nullablevehicle_check object nullable@type string (default: "GumtreeListingVehicleCheck")is_checked boolean (default: false)is_extended boolean (default: false)not_write_off_cat_a_or_b boolean (default: false)not_write_off_cat_c_or_d boolean (default: false)not_write_off_cat_s_or_n boolean (default: false)not_imported boolean (default: false)original_number_plate boolean (default: false)original_colour boolean (default: false)job object nullable@type string (default: "GumtreeListingJob")employer string nullableemployment_type string nullableindustry string nullablemin_salary number nullablemax_salary number nullablesalary_period string nullableis_remote boolean (default: false)posted_date string nullablevalid_through_date string nullablereviews array (default: [])@type string (default: "GumtreeListingReview")reviewer_name string nullablerating number nullabletext string nullablecreated_at integer nullablesource string nullableis_seller_reply boolean (default: false)422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Ad not found (well-formed but nonexistent/removed ad ID) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.