Autotrader: Search Listings
Autotrader via Parse · automotive
Search vehicle listings on AutoTrader.ca. Filters by make, location, and sort order. Returns paginated results with total count. Each listing includes summary vehicle info (make, model, year, price, mileage, condition, location, transmission, fuel type) plus a URL for drilling into full details via get_listing_details. Pagination is manual via offset/limit. Search and retrieve vehicle listings from AutoTrader.ca, including seller information, pricing, and full specifications. Fulfilled by Parse from autotrader.ca.
- automotive
- autotrader
- autotrader-ca
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e23e86fa-16cc-4777-bba6-3b98d9af5a2c/search_listings
- Interface artifact
- sha256:2445068e4b508ffd0b6a04d654158589f22ac8a090441e32d5e02f12e28a33a7
- Manifest digest
- sha256:65b43b0536cc5e1066ee3069999fe9ff11077c27c4ccccee78b30121f4483031
Request fields
- make (string): Filter by vehicle make (e.g. Honda, Toyota, Ford, Mercedes-Benz). Omitting returns all makes.
- sort (integer): Sort order: 3 = Price High to Low, 4 = Price Low to High: Allowed values: 3, 4
- limit (integer): Number of results per page
- offset (integer): Result offset for pagination (0-based item index)
- location (string): Location for the search in City, Province format (e.g. Toronto, ON; Vancouver, BC)
Example queries
- {"make":"Honda","sort":"3","limit":"5","offset":"0","location":"Toronto, ON"}