The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsGumtree
live/gumtree · 2 endpoints
post/gumtree/v1/search1 creditpaginated classifieds listings → results[]{title,price,url,location,...}. `query` / `location` / `category` / `url` / `sort` / `max_pages`. `market`=uk (live) | au (geo-fenced → TARGET_BLOCKED).
marketquerylocationcategoryurlsortmax_pagespageinclude_pii
{
"market": "uk",
"category": "cars-vans-motorbikes",
"location": "london",
"max_pages": 1
}Try in playground →post/gumtree/v1/listing_detail1 creditfull listing by `url` OR `id` (description + attrs + images + coords + seller). `market`=uk (live) | au (geo-fenced).
marketurlidinclude_pii
Try in playground →