Costco Search API — search product listings by keyword or URL across 13 regional Costco sites. Returns prices, availability, review counts and pagination via browser rendering.
The Costco Search API returns product listings from Costco regional sites. Pass a keyword, a full search URL, or a keyword with region and receive structured JSON with prices, availability, review counts, and pagination.
Piloterr uses browser rendering (wait_for=#costco-consent-manager, ~8s) to load search result tiles across supported regional hosts.
Use each result url with Costco Product for full PDP data (brand, description, images, breadcrumbs).
GET https://api.piloterr.com/v2/costco/search?query=home
GET https://api.piloterr.com/v2/costco/search?query=home®ion=fr
GET https://api.piloterr.com/v2/costco/search?query=https://www.costco.co.uk/search?text=sonos
GET https://api.piloterr.com/v2/costco/search?query=https://www.costco.ca/CatalogSearch?keyword=home¤tPage=2
Via POST:
POST https://api.piloterr.com/v2/costco/search
Content-Type: application/json
{"query": "home", "region": "fr", "return_page_source": false}