Webmotors: Search Cars
Webmotors via Parse · automotive
Search for car listings with various filters. Make and model are used as URL path filters, while year, price, and km ranges are applied as query filters. Results include both promoted/sponsored listings (zero-km, limited metadata) and regular used car listings with full details including location and seller info. Returns paginated results with total count. Search car listings, get news articles, and find locations from Webmotors, Brazil's largest automotive marketplace. Fulfilled by Parse from webmotors.com.br.
- automotive
- marketplace
- news-media
- parse
- platform-key
- webmotors
- webmotors-com-br
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a4251061-6060-452a-8e77-528773754408/search_cars
- Interface artifact
- sha256:38d3952c0b935ca399ad3660ef0fae204f007591848dd4063b00370d056337ae
- Manifest digest
- sha256:3c18749d7735c3133d6a28630247e06c13f8b2ecb2de3f328d2a8b04c0baf70f
Request fields
- lat (number): Latitude for location-based search.
- lng (number): Longitude for location-based search.
- make (string): Car make/brand (e.g. VOLKSWAGEN, TOYOTA, BMW, HONDA). Case insensitive.
- page (integer): Page number for pagination.
- model (string): Car model (e.g. GOL, COROLLA, CIVIC). Requires make to be set. Case insensitive.
- km_max (integer): Maximum mileage in km.
- km_min (integer): Minimum mileage in km.
- year_to (integer): Maximum year filter.
- distance (integer): Distance radius in km for location search.
- price_max (integer): Maximum price in BRL.
- price_min (integer): Minimum price in BRL.
- year_from (integer): Minimum year filter.
- vehicle_type (string): Vehicle type filter. Accepted values: 'carros' (all), 'carros-usados' (used only), 'carros-novos' (new only).: Allowed values: carros, carros-usados, carros-novos
Example queries
- {"lat":"-23.55","lng":"-46.63","make":"HONDA","page":"1","model":"CIVIC","km_max":"100000","km_min":"0","year_to":"2025","distance":"50","price_max":"150000","price_min":"50000","year_from":"2020","vehicle_type":"carros"}