Extract vehicle listings from any AutoTrader UK search results page (autotrader.co.uk/car-search). Returns structured listings with price, mileage, year, location, seller type, photos, and pagination metadata.
AutoTrader UK search pages are React single-page applications (sauron-search-results-app). Listing cards (data-testid="advertCard-*") are injected after JavaScript runs. A plain HTTP request only returns an empty HTML shell. Piloterr uses website rendering to load the page in a browser, wait for listings to appear, and extract structured JSON from the rendered DOM.
GET https://api.piloterr.com/v2/autotrader/search?query=https://www.autotrader.co.uk/car-search?channel=cars&postcode=W1F%208EB&price_search_type=total&sort=relevance&page=1
Copy the full search URL from autotrader.co.uk. Append ?page=2 (or update the page query param) for pagination.