Webmotors Brazil Category Scraper avatar
Webmotors Brazil Category Scraper

Pricing

$3.00 / 1,000 results

Go to Store
Webmotors Brazil Category Scraper

Webmotors Brazil Category Scraper

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Get real-time car listings from Webmotors Brazil by category. Includes full vehicle specs, photos, pricing, seller data. No proxies needed—start with 10 free results. Pricing: $3/1000 results.

0.0 (0)

Pricing

$3.00 / 1,000 results

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

5 days ago

🚗 WebMotors - Category Scraper

Overview

This Apify Actor allows you to extract detailed vehicle listings directly from Webmotors category pages. Perfect for market researchers, auto dealerships, and price comparison platforms, it gives you structured access to current listings across different vehicle types.

Why choose this actor? 🔍

  • Skip the manual copy-paste hustle.
  • Get consistent and structured vehicle data.
  • Access real-time car listings with multiple photos and dealer info.
  • Designed to work without proxies, reducing configuration complexity.

Use Cases

  • Price comparison platforms monitoring used car prices.
  • Auto dealerships scouting the competition.
  • Lead generation by aggregating seller contacts.

Key Features ✨

  • Scrapes multiple listing URLs in one run.
  • Fetches technical vehicle specs, photos, location and seller info.
  • Outputs structured JSON with over 25 attributes per car.
  • Works with free-tier Apify accounts (first 10 results free).
  • Automatically rounds max_results to the nearest multiple of 10.

How It Works ⚙️

  1. Provide one or more Webmotors category URLs.
  2. Optionally set max_results to control how many cars to scrape.
  3. The actor navigates each page, collects vehicle cards, follows detail links, and extracts all relevant metadata.
  4. Returns a complete dataset in JSON format including photos and contact info.

Input Parameters

FieldTypeDescriptionRequiredDefaultExample
urlsarrayWebmotors category URLs (e.g., https://www.webmotors.com.br/carros/estoque?page=1)Yes["https://example.com/listing"]
max_resultsnumberMaximum vehicle listings to scrape (rounded to nearest 10). Leave empty for all.No1040

Output (Full Example)

{
"ID_SELLER": 1234567,
"id": 12345678,
"url": "https://www.webmotors.com.br/comprar/FAKE/FAKECAR/2023/12345678",
"Tipo": "car",
"Marca": "FAKECAR",
"Modelo": "SPEEDSTER",
"Ano": 2023,
"Variante": "1.6 TURBO FLEX SPORT AUTOMÁTICO",
"Kilometraje": 15000,
"Color": "Preto",
"description": "Veículo de demonstração. Itens: Controle de estabilidade, Kit Multimídia, Airbag, etc.",
"price": 129000,
"Combustible": "Flex",
"Dueno": "FAKE Dealer São Paulo",
"Tipo_de_vendedor": false,
"Currency": "R$",
"create_date": "2025-06-18T09:24:41",
"Comuna": "São Paulo",
"Ciudad": "São Paulo (SP)",
"vendor": "Concessionária",
"cnpj_cpf": "12345678000100",
"carroceria": "Sedã",
"number_of_photos": 10,
"photos": [
"https://image.webmotors.com.br/foto1.webp",
"https://image.webmotors.com.br/foto2.webp"
],
"phone": "08001234-567",
"accept_exchange": true,
"official_store_maintenance": true,
"single_owner": true,
"timestamp": "2025-07-15T17:48:57.695Z",
"input": {
"url": "https://example.com/listing"
},
"discovery_input": {
"category_url": "https://example.com/category"
}
}

Pricing

PlanPrice
Free userFirst 10 results free
Pay-as-you-go$3 per 1,000 results

This Actor is intended for lawful and ethical use only. Users are responsible for ensuring compliance with Webmotors’ Terms of Service and local laws regarding web scraping and data usage.

Update Policy

We monitor Webmotors' frontend changes regularly and aim to update the actor promptly if layout or structure changes.

FAQ

Does this actor use proxies?
NO. THIS ACTOR DOES NOT USE PROXIES.

How many results are included in the free tier?
ONLY 10 RESULTS ARE FREE FOR FREE USERS.

What happens if I set max_results = 35?
THE ACTOR WILL AUTOMATICALLY ROUND TO 40 RESULTS (NEAREST MULTIPLE OF 10).