# Mobiauto Cars Details Scraper (`ecomscrape/mobiauto-cars-details-scraper`) Actor

Automate vehicle data extraction from Mobiauto.com.br, Brazil's leading automotive marketplace. Collect comprehensive car listings including prices, mileage, dealer information, images, and warranty details for market research, inventory analysis, and competitive intelligence.

- **URL**: https://apify.com/ecomscrape/mobiauto-cars-details-scraper.md
- **Developed by:** [ecomscrape](https://apify.com/ecomscrape) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$15.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Contact

If you encounter any issues or need to exchange information, please feel free to contact us through the following link:
[My profile](https://apify.com/ecomscrape)

## Mobiauto.com.br Cars Details Scraper: Extract Brazilian Automotive Listings Data

### Introduction

Mobiauto.com.br is one of Brazil's largest and most trusted online automotive marketplaces, connecting car buyers with dealerships and private sellers across the country. The platform hosts hundreds of thousands of vehicle listings ranging from popular economy cars to luxury vehicles, covering new and used automobiles from all major manufacturers and independent dealers throughout Brazil.

For automotive professionals, market researchers, and businesses operating in Brazilian markets, accessing detailed vehicle listing data is essential for competitive pricing analysis, inventory management, and market trend identification. However, manually collecting comprehensive vehicle specifications, pricing data, and dealer information from individual listings is extremely inefficient and time-consuming.

The Mobiauto.com.br Cars Details Scraper automates this data extraction process, enabling systematic collection of detailed vehicle information across multiple listings. Whether you're analyzing Brazilian automotive market trends, monitoring competitor pricing strategies, tracking dealer inventory, or building comprehensive vehicle databases, this scraper delivers the structured data needed for informed business decisions.

### Scraper Overview

The Mobiauto.com.br Cars Details Scraper is a specialized extraction tool designed to collect comprehensive information from individual vehicle listings on Brazil's premier automotive marketplace. This scraper uses advanced automation to extract detailed specifications, pricing, dealer contact information, vehicle features, and related offer data from car detail pages.

Key advantages include residential proxy support for reliable Brazilian market access, configurable retry mechanisms for handling connection issues, and the ability to process multiple vehicle detail pages simultaneously. The tool is valuable for automotive dealerships monitoring competitor pricing, market researchers analyzing Brazilian vehicle trends, inventory managers tracking availability, automotive analysts building pricing models, and businesses developing automotive data products.

The scraper extracts rich metadata including vehicle specifications (SOP data), trim levels, comprehensive feature lists, dealer contact information, pricing ranges, body styles, and similar vehicle recommendations, providing complete intelligence for automotive market analysis.

### Input and Output Details

Example url 1: https://www.mobiauto.com.br/comprar/carros/pr-ponta-grossa/audi/a1/2012/a1-sport-1-4-tfsi-185cv-3p-s-tronic/detalhes/22328194?page=detail

Example url 2: https://www.mobiauto.com.br/comprar/carros/pr-curitiba/audi/a3/2016/1-4-tfsi/detalhes/23106799?page=detail

Example url 3: https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail

Example Screenshot of cars information page:

![](https://i.ibb.co/FqhVhrf3/Screenshot-from-2026-01-17-12-03-23.png)

#### Input Format

The scraper accepts JSON configuration for extracting detailed information from specific vehicle listing pages.

```json
{
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "BR"
  },
  "max_retries_per_url": 2,
  "urls": [
    "https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail",
    "https://www.mobiauto.com.br/comprar/carros/pr-curitiba/audi/a3/2016/1-4-tfsi/detalhes/23106799?page=detail",
    "https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail"
  ]
}
```

**The `urls` parameter**: Add URLs of specific vehicle detail pages you want to scrape. Paste URLs individually or use bulk edit for prepared lists. These should be direct links to individual car listings, not search result pages.

**The `max_retries_per_url` parameter**: Limit retries for each URL if bot detection occurs or pages fail to load. Default value of 2 balances thoroughness with efficiency.

**The `proxy` parameter**: Essential for avoiding detection. Use Brazilian residential proxies (`apifyProxyCountry: "BR"`) for optimal access to Mobiauto.com.br and reduced blocking likelihood.

#### Output Format

**Example output**

```json
[
  {
  "sop": {
    "vtp": "CAR",
    "ste": "sp",
    "cis": "sao-jose-dos-campos",
    "iyr": "2019",
    "fyr": "2019",
    "makes_sop": [
      {
        "mks": "toyota",
        "mds": "rav4",
        "id": "1"
      }
    ],
    "page": 1,
    "sort": "0"
  },
  "deal": {
    "id": 22744313,
    "vehicle_type": "CAR",
    "last_number_of_plate": 0,
    "deal_plan_id": 20,
    "make_id": 20215,
    "make_name": "Toyota",
    "make_image_id": 585933502,
    "model_id": 20947,
    "model_name": "RAV4",
    "trim_id": 1038599,
    "trim_name": "SX 2.5 L AWD HYBRID",
    "color_id": 7,
    "color_name": "Prata",
    "fuel_id": 7,
    "fuel_name": "Híbrido",
    "transmission_id": 1,
    "transmission_name": "Automática",
    "bodystyle_id": 6,
    "bodystyle_name": "SUV",
    "model_year": 2019,
    "production_year": 2019,
    "price": 159900,
    "comments": "TOYOTA / RAV4 2.5 SX 4x4 AUT (HIBRIDO) \n- Entrada de 60mil + Parcelas a partir de 2.990,00 \n\n✔️Único dono \n✔️Todas revisões na concessionária\n✔️Manual + chave copia \n✔️De 0 a 100 km/h em 8,7s \n✔️Faz até 14,3 km/L na cidade\n✔️Teto solar panorâmico translúcido \n✔️Tração integral inteligente (AWD)\n✔️Painel Soft-touch\n\n💰 Simulação financiamento: Entrada de 60mil + Parcelas a partir de 2.990,00 \n▬▬▬▬▬▬▬▬▬▬\n\n• Avaliação justa no seu veículo na troca \n• Financiamento com taxas exclusivas \n• Análise de",
    "doors": 4,
    "km": 129900,
    "features": [
      {
        "id": 1,
        "name": "Airbag para motorista"
      },
      {
        "id": 2,
        "name": "Ar condicionado"
      },
      {
        "id": 4,
        "name": "Controle elétrico do vidros dianteiros"
      },
      {
        "id": 5,
        "name": "Travas elétricas"
      },
      {
        "id": 7,
        "name": "Alarme"
      },
      {
        "id": 8,
        "name": "Freios abs"
      },
      {
        "id": 11,
        "name": "Airbags frontais"
      },
      {
        "id": 12,
        "name": "Limpador do vidro traseiro"
      },
      {
        "id": 13,
        "name": "Desembaçador do vidro traseiro"
      },
      {
        "id": 14,
        "name": "Câmbio automático"
      },
      {
        "id": 15,
        "name": "Rodas de liga leve"
      },
      {
        "id": 18,
        "name": "Cd player"
      },
      {
        "id": 27,
        "name": "Computador de bordo"
      },
      {
        "id": 28,
        "name": "Airbags laterais"
      },
      {
        "id": 29,
        "name": "Controle elétrico do vidros traseiros"
      },
      {
        "id": 34,
        "name": "Volante com ajuste de altura"
      },
      {
        "id": 36,
        "name": "Conexão usb"
      },
      {
        "id": 37,
        "name": "Rádio"
      },
      {
        "id": 42,
        "name": "Sensores de estacionamento dianteiro"
      },
      {
        "id": 46,
        "name": "Faróis de neblina"
      },
      {
        "id": 97,
        "name": "Central multimídia"
      },
      {
        "id": 98,
        "name": "Direção elétrica"
      },
      {
        "id": 99,
        "name": "Navegador gps"
      },
      {
        "id": 109,
        "name": "Acendimento automático dos faróis"
      },
      {
        "id": 155,
        "name": "Faróis de led"
      },
      {
        "id": 184,
        "name": "Luz no porta-malas"
      },
      {
        "id": 185,
        "name": "Luz no porta-luvas"
      },
      {
        "id": 199,
        "name": "Faróis com ajuste de altura"
      },
      {
        "id": 219,
        "name": "Monitoramento de pressão dos pneus"
      }
    ],
    "conditionals": [
      {
        "id": 2,
        "name": "Nenhuma batida"
      },
      {
        "id": 3,
        "name": "Único dono"
      },
      {
        "id": 5,
        "name": "Parece novo"
      },
      {
        "id": 7,
        "name": "Ipva pago"
      },
      {
        "id": 8,
        "name": "Pneus novos"
      },
      {
        "id": 9,
        "name": "Veículo de não fumante"
      },
      {
        "id": 10,
        "name": "Licenciado esse ano"
      },
      {
        "id": 11,
        "name": "Revisões realizadas"
      },
      {
        "id": 12,
        "name": "Aceita troca"
      },
      {
        "id": 33,
        "name": "Pronta entrega"
      },
      {
        "id": 34,
        "name": "Encomenda"
      },
      {
        "id": 37,
        "name": "Laudo cautelar aprovado"
      }
    ],
    "dealer_id": 59053,
    "dealer_logo": 598592900,
    "dealer_name": "VEÍCULOS DINIZ",
    "dealer_phone": "12981670865",
    "dealer_mobile": "12981670865",
    "dealer_location": "-23.2594152,-45.896687",
    "dealer_description": "Buscamos atender às necessidades dos nossos clientes de forma clara e objetiva, proporcionando uma experiência única em toda negociação. Somos uma das lojas mais bem avaliadas no google, a credibilidade e confiança dos nossos clientes são imprescindíveis. ( WhatsApp 12 98167-0865 ), Localização: Av. Perseu, 891 - Jardim Satélite, São José dos Campos - SP",
    "dealer_website": "https://instagram.com/veiculosdiniz_",
    "dealer_type_id": 1,
    "dealer_type_name": "Loja",
    "dealer_work_schedule_start_week": "0900",
    "dealer_work_schedule_stop_week": "1900",
    "dealer_work_schedule_start_saturday": "0900",
    "dealer_work_schedule_stop_saturday": "1400",
    "dealer_work_schedule_start_sunday": "",
    "dealer_work_schedule_stop_sunday": "",
    "dealer_address": "Perseu",
    "dealer_address_number": "891",
    "dealer_neighborhood": "Jardim Satélite",
    "dealer_city_id": 109677,
    "dealer_city": "São José dos Campos",
    "dealer_state": "SP",
    "dealer_zip_code": "12230470",
    "accept_exchange": true,
    "deal0km": false,
    "armored": false,
    "shield_my_ad_active": false,
    "mobi_phone_active": false,
    "fipe_price": 155160,
    "plate": "BTC1430",
    "fipe_resale_price_profit": 155160,
    "resale_comments": "",
    "resale_price": 0,
    "percentual_fipe_resale_price_profit": 100,
    "financial_external_provider_id": 34,
    "minimum_price_proposal_resale": 0,
    "show_c_p_f_on_classified": false,
    "must_have_c_p_f_on_classified": false,
    "financing_enabled": true,
    "has_product_feirao": true,
    "whatsapp_enabled_on_classified": false,
    "dealer_whatsapp": "",
    "resalec2b": false,
    "images": [
      {
        "image_id": 598570375,
        "position": 0
      },
      {
        "image_id": 598570374,
        "position": 1
      },
      {
        "image_id": 598570373,
        "position": 2
      },
      {
        "image_id": 598570376,
        "position": 3
      },
      {
        "image_id": 598570371,
        "position": 4
      },
      {
        "image_id": 598570378,
        "position": 5
      },
      {
        "image_id": 598570379,
        "position": 6
      },
      {
        "image_id": 598570380,
        "position": 7
      },
      {
        "image_id": 598570381,
        "position": 8
      },
      {
        "image_id": 598570383,
        "position": 9
      },
      {
        "image_id": 598570384,
        "position": 10
      },
      {
        "image_id": 598570387,
        "position": 11
      },
      {
        "image_id": 598570385,
        "position": 12
      },
      {
        "image_id": 598570388,
        "position": 13
      },
      {
        "image_id": 598570389,
        "position": 14
      },
      {
        "image_id": 598570391,
        "position": 15
      }
    ],
    "dealer_facade_color": "",
    "oem": false,
    "show_phone_on_classified": true,
    "has_mechanical_warranty": false,
    "has_repair_assistance": false,
    "has_product_videocall": false,
    "dealer_type": "Loja",
    "financial_credit_flow": false,
    "dealer_p_f": false
  },
  "trim": {
    "id": 1038599,
    "vehicle_type": "CAR",
    "name": "SX 2.5 L AWD HYBRID",
    "full_name": "Toyota RAV4 SX 2.5 L AWD HYBRID",
    "engine": "2.0",
    "make_id": 20215,
    "make_name": "Toyota",
    "model_id": 20947,
    "model_name": "RAV4",
    "images": [],
    "fuel": "Híbrido",
    "transmission_id": 1,
    "transmission_name": "Automática",
    "tank": 60,
    "torque": "19.1",
    "seats": 5,
    "fuel_id": 7,
    "fuel_name": "Híbrido",
    "bodystyle_id": 6,
    "initial_year": 2019,
    "final_year": 2019,
    "fipe_id": "002180-6",
    "fipe_price": 155160,
    "molicar_id": 48018314,
    "power": 145,
    "city_consumption": 9.5,
    "road_consumption": 10.9,
    "height": 1715,
    "width": 1845,
    "length": 4605,
    "imported": true,
    "engine_size": 1987,
    "price0km": 129990,
    "alimentation": "injeção multi ponto",
    "traction": "dianteira",
    "rear_suspension": "Suspensão tipo braços triangulares e traseira com barra estabilizadora, roda tipo independente e molas helicoidal.",
    "front_suspension": "Suspensão tipo McPherson e dianteira com barra estabilizadora, roda tipo independente e molas helicoidal.",
    "front_brake": "Quatro freios à disco com dois discos ventilados.",
    "wheelbases": 2660,
    "currency": "REAL",
    "in_production": false,
    "weight": 1540,
    "not_lauching": false,
    "premium": false,
    "trunk": 547,
    "doors": 5,
    "lifestyles": [],
    "features": [
      {
        "id": 46,
        "name": "Faróis de neblina",
        "type": "CAR_SECURITY"
      },
      {
        "id": 29,
        "name": "Controle elétrico do vidros traseiros",
        "type": "CAR_WINDOW"
      },
      {
        "id": 27,
        "name": "Computador de bordo",
        "type": "CAR_OTHER"
      },
      {
        "id": 18,
        "name": "CD Player",
        "type": "CAR_SOUND"
      },
      {
        "id": 5,
        "name": "Travas elétricas",
        "type": "CAR_COMFORT"
      },
      {
        "id": 11,
        "name": "Airbags frontais",
        "type": "CAR_SECURITY"
      },
      {
        "id": 36,
        "name": "Conexão USB",
        "type": "CAR_SOUND"
      },
      {
        "id": 8,
        "name": "Freios ABS",
        "type": "CAR_SECURITY"
      },
      {
        "id": 1,
        "name": "Airbag para motorista",
        "type": "CAR_SECURITY"
      },
      {
        "id": 34,
        "name": "Volante com ajuste de altura",
        "type": "CAR_COMFORT"
      },
      {
        "id": 13,
        "name": "Desembaçador do vidro traseiro",
        "type": "CAR_SECURITY"
      },
      {
        "id": 4,
        "name": "Controle elétrico do vidros dianteiros",
        "type": "CAR_WINDOW"
      },
      {
        "id": 2,
        "name": "Ar condicionado",
        "type": "CAR_COMFORT"
      },
      {
        "id": 97,
        "name": "Central multimídia",
        "type": "CAR_SOUND"
      },
      {
        "id": 14,
        "name": "Câmbio Automático",
        "type": "CAR_COMFORT"
      },
      {
        "id": 42,
        "name": "Sensores de estacionamento dianteiro",
        "type": "CAR_SECURITY"
      },
      {
        "id": 15,
        "name": "Rodas de liga leve",
        "type": "CAR_OTHER"
      },
      {
        "id": 7,
        "name": "Alarme",
        "type": "CAR_SECURITY"
      },
      {
        "id": 37,
        "name": "Rádio",
        "type": "CAR_SOUND"
      },
      {
        "id": 12,
        "name": "Limpador do vidro traseiro",
        "type": "CAR_SECURITY"
      }
    ]
  },
  "features": {
    "c_a_r__o_t_h_e_r": [
      {
        "id": 213,
        "name": "Acionamento remoto do motor",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 39,
        "name": "Ajuste elétrico dos retrovisores",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 48,
        "name": "Capota marítima",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 162,
        "name": "Carregador de celular por indução",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 210,
        "name": "Certificado",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 27,
        "name": "Computador de bordo",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 102,
        "name": "Conexão Bluetooth",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 217,
        "name": "Conexão HDMi",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 106,
        "name": "Câmera de ré",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 157,
        "name": "Espelhamento da tela do celular",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 151,
        "name": "Faróis de laser",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 155,
        "name": "Faróis de LED",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 218,
        "name": "Head-up display",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 160,
        "name": "Limitador de velocidade",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 99,
        "name": "Navegador GPS",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 147,
        "name": "Park Assist",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 149,
        "name": "Reconhecimento de placas de trânsito",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 15,
        "name": "Rodas de liga leve",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 137,
        "name": "Roteador Wi-Fi",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 208,
        "name": "Sistema de conectividade veicular",
        "feature_type": "CAR_OTHER"
      },
      {
        "id": 139,
        "name": "Teto panorâmico",
        "feature_type": "CAR_OTHER"
      }
    ],
    "c_a_r__s_o_u_n_d": [
      {
        "id": 18,
        "name": "CD Player",
        "feature_type": "CAR_SOUND"
      },
      {
        "id": 97,
        "name": "Central multimídia",
        "feature_type": "CAR_SOUND"
      },
      {
        "id": 36,
        "name": "Conexão USB",
        "feature_type": "CAR_SOUND"
      },
      {
        "id": 37,
        "name": "Rádio",
        "feature_type": "CAR_SOUND"
      }
    ],
    "c_a_r__s_e_c_u_r_i_t_y": [
      {
        "id": 1,
        "name": "Airbag para motorista",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 115,
        "name": "Airbags de cortina",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 11,
        "name": "Airbags frontais",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 28,
        "name": "Airbags laterais",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 7,
        "name": "Alarme",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 215,
        "name": "Alerta de colisão frontal",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 120,
        "name": "Alerta de mudança de faixa",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 127,
        "name": "Alerta de ponto cego",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 121,
        "name": "Alerta de tráfego traseiro cruzado",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 214,
        "name": "Alças de segurança no teto",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 126,
        "name": "Assistente de partida em rampa",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 122,
        "name": "Assistente de permanência em faixa",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 114,
        "name": "Auto Hold",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 177,
        "name": "Cintos de três pontos para todos os ocupantes",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 125,
        "name": "Controle automático de descida",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 31,
        "name": "Controle de tração",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 170,
        "name": "Controle eletrônico de estabilidade",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 161,
        "name": "Câmera 360°",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 13,
        "name": "Desembaçador do vidro traseiro",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 46,
        "name": "Faróis de neblina",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 8,
        "name": "Freios ABS",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 124,
        "name": "Frenagem autônoma de emergência",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 150,
        "name": "ISOFIX para fixação de cadeira infantil",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 12,
        "name": "Limpador do vidro traseiro",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 148,
        "name": "Luz de condução diurna",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 219,
        "name": "Monitoramento de pressão dos pneus",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 25,
        "name": "Piloto automático adaptativo",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 220,
        "name": "Retrovisor externo fotocrômico",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 221,
        "name": "Sensor de fadiga",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 42,
        "name": "Sensores de estacionamento dianteiro",
        "feature_type": "CAR_SECURITY"
      },
      {
        "id": 112,
        "name": "Sensores de estacionamento traseiro",
        "feature_type": "CAR_SECURITY"
      }
    ],
    "c_a_r__w_i_n_d_o_w": [
      {
        "id": 4,
        "name": "Controle elétrico do vidros dianteiros",
        "feature_type": "CAR_WINDOW"
      },
      {
        "id": 29,
        "name": "Controle elétrico do vidros traseiros",
        "feature_type": "CAR_WINDOW"
      },
      {
        "id": 20,
        "name": "Teto solar",
        "feature_type": "CAR_WINDOW"
      }
    ],
    "c_a_r__c_o_m_f_o_r_t": [
      {
        "id": 109,
        "name": "Acendimento automático dos faróis",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 216,
        "name": "Apoio de braço no banco traseiro",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 178,
        "name": "Apoio de braço para o motorista",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 2,
        "name": "Ar condicionado",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 23,
        "name": "Ar quente",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 38,
        "name": "Banco do motorista com ajuste de altura",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 171,
        "name": "Banco do motorista com ajuste elétrico",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 174,
        "name": "Banco do motorista com aquecimento",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 172,
        "name": "Banco do passageiro com ajuste elétrico",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 163,
        "name": "Banco do passageiro com aquecimento",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 164,
        "name": "Banco traseiro bipartido",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 173,
        "name": "Banco traseiro rebatível",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 9,
        "name": "Bancos revestidos de couro",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 176,
        "name": "Chave presencial",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 98,
        "name": "Direção elétrica",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 3,
        "name": "Direção hidráulica",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 180,
        "name": "Encosto de cabeça para todos os ocupantes",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 199,
        "name": "Faróis com ajuste de altura",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 185,
        "name": "Luz no porta-luvas",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 184,
        "name": "Luz no porta-malas",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 198,
        "name": "Retrovisor interno fotocrômico",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 196,
        "name": "Retrovisores rebatíveis eletricamente",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 142,
        "name": "Sistema Start-Stop",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 186,
        "name": "Terceira fileira de bancos",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 5,
        "name": "Travas elétricas",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 222,
        "name": "Troca de marchas no volante",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 34,
        "name": "Volante com ajuste de altura",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 207,
        "name": "Volante com ajuste de profundidade",
        "feature_type": "CAR_COMFORT"
      },
      {
        "id": 110,
        "name": "Volante multifuncional",
        "feature_type": "CAR_COMFORT"
      }
    ]
  },
  "image_not_found": "https://image1.mobiauto.com.br/images/api/images/v1.0/77692795/transform/fl_progressive,f_webp,q_auto",
  "images": [
    {
      "id": 598570375,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570375/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570374,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570374/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570373,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570373/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570376,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570376/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570371,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570371/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570378,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570378/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570379,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570379/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570380,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570380/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570381,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570381/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570383,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570383/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570384,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570384/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570387,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570387/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570385,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570385/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570388,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570388/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570389,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570389/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 598570391,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/598570391/transform/fl_progressive,f_webp,q_70,w_800"
    }
  ],
  "similar_offers": [],
  "offers_title": "Ofertas para você que viu Toyota RAV4",
  "phone_dealer": "12981670865",
  "bodystyles": [
    {
      "id": 1039,
      "name": "Buggy & UTV",
      "image_id": 553370822,
      "icon_id": 553370854
    },
    {
      "id": 3,
      "name": "Conversível",
      "image_id": 2942249,
      "icon_id": 2942264
    },
    {
      "id": 26,
      "name": "Coupé",
      "image_id": 2935086,
      "icon_id": 2935147
    },
    {
      "id": 1036,
      "name": "Elétrico",
      "image_id": 577976767,
      "icon_id": 577976772
    },
    {
      "id": 4,
      "name": "Furgão & Van",
      "image_id": 18216377,
      "icon_id": 18216379
    },
    {
      "id": 2,
      "name": "Hatch",
      "image_id": 2946445,
      "icon_id": 2946457
    },
    {
      "id": 8,
      "name": "Monovolume",
      "image_id": 2936427,
      "icon_id": 2936634
    },
    {
      "id": 7,
      "name": "Picapes",
      "image_id": 2936830,
      "icon_id": 2936850
    },
    {
      "id": 1038,
      "name": "Premium",
      "image_id": 577976948,
      "icon_id": 577976971
    },
    {
      "id": 6,
      "name": "SUV",
      "image_id": 2944674,
      "icon_id": 2944698
    },
    {
      "id": 5,
      "name": "SW & Perua",
      "image_id": 2939748,
      "icon_id": 2939767
    },
    {
      "id": 1,
      "name": "Sedan",
      "image_id": 2939964,
      "icon_id": 2939999
    },
    {
      "id": 1037,
      "name": "Utilitário",
      "image_id": 577978406,
      "icon_id": 577978454
    }
  ],
  "price_range": {
    "min_price": 157760,
    "average_price": 158830,
    "max_price": 159900,
    "fipe_price": 157760,
    "fipe_date": 1751338800000
  },
  "mobile": false,
  "initial_vehicle_type": "CAR",
  "initial_location": {
    "name": "Quixabá",
    "state": "PB",
    "lat": 20.9846272,
    "lon": 105.9848192,
    "from": "browser"
  }
}
]
```

The scraper returns comprehensive vehicle listing data with each field providing specific market intelligence:

- **SOP**: Standard of Production data containing official vehicle specifications. *Critical for accurate vehicle identification, technical specifications verification, and ensuring data consistency across databases.*

- **Deal**: Special deal or promotional information associated with the listing. *Identifies promotional pricing, financing offers, and dealer incentives valuable for competitive analysis.*

- **Trim**: Vehicle trim level and variant designation. *Essential for precise vehicle classification, feature comparison, and accurate pricing analysis across trim levels.*

- **Features**: Comprehensive list of vehicle features and equipment. *Provides detailed specification data for comparison, enables feature-based valuation, and supports customer preference analysis.*

- **Image Not Found**: Indicator for missing vehicle images. *Data quality flag useful for filtering listings and assessing listing completeness.*

- **Images**: Collection of vehicle photos and visual assets. *Enables visual verification, condition assessment, and enriched data records for presentation.*

- **Similar Offers**: Related vehicle listings recommended by the platform. *Reveals market alternatives, competitive pricing context, and helps identify vehicle substitutes.*

- **Offers Title**: Headline or promotional title for the listing. *Captures dealer marketing messaging and promotional emphasis for competitive intelligence.*

- **Phone Dealer**: Dealer contact phone number. *Primary contact channel for lead generation, dealer outreach, and building dealer relationship databases.*

- **Bodystyles**: Vehicle body type classifications (sedan, SUV, hatchback, etc.). *Enables body style segmentation, market composition analysis, and trend identification.*

- **Price Range**: Price information or pricing range for the vehicle. *Core data for pricing analysis, market valuation models, and competitive pricing intelligence.*

- **Mobile**: Mobile-optimized data or mobile contact information. *Indicates listing optimization and provides additional contact channels.*

- **Initial Vehicle Type**: Original vehicle category classification. *Provides consistent categorization for cross-listing analysis and database organization.*

- **Initial Location**: Geographic location where vehicle is listed. *Enables regional market analysis, geographic pricing variations, and location-based inventory tracking.*

Each field supports automotive market research, competitive pricing analysis, dealer intelligence gathering, and inventory management strategies for Brazilian automotive markets.

### Usage Guide

#### Setting Up Vehicle Data Extraction

**Step 1: Collect Target Vehicle URLs**

Navigate to Mobiauto.com.br and locate specific vehicle listings you want to analyze:

- New car listings for MSRP tracking
- Used vehicle inventory for market pricing analysis
- Specific makes/models for competitive intelligence
- Dealer inventory for monitoring competitor stock
- Regional listings for geographic market research

Copy complete URLs from vehicle detail pages.

**Step 2: Build URL List**

Create your URL collection:

- Add URLs individually for targeted extraction
- Use bulk edit for large-scale analysis
- Organize by vehicle type, region, or dealer
- Focus on specific price ranges or model years

**Step 3: Configure Proxy Settings**

For optimal Mobiauto.com.br access:

- Enable Apify proxy with residential groups
- Set `apifyProxyCountry` to `"BR"` for Brazilian proxies
- Reduces detection and improves reliability

**Step 4: Set Retry Parameters**

Configure `max_retries_per_url`:

- Default of 2 works for most scenarios
- Increase for unstable connections
- Balance completeness with processing time

#### Best Practices

**URL Collection Strategy:**

- Systematically gather URLs from search results before extraction
- Organize URLs by make, model, or dealer for structured analysis
- Verify URLs are active before large-scale scraping
- Maintain backup lists as listings may expire

**Proxy Configuration:**

- Always use Brazilian residential proxies
- Monitor for blocked requests
- Rotate proxies for large volumes
- Test configuration with small batches

**Data Quality:**

- Verify extracted specifications match source listings
- Check for missing images or incomplete data
- Validate pricing data accuracy
- Cross-reference SOP data with manufacturer specifications

**Category-Specific Strategies:**

**New Vehicle Analysis:**

- Extract SOP and trim data for specification databases
- Track dealer pricing vs. MSRP
- Monitor promotional deals and incentives
- Compare features across trim levels

**Used Vehicle Research:**

- Focus on price range and features
- Track geographic pricing variations
- Analyze dealer inventory composition
- Monitor listing velocity through similar offers

**Dealer Intelligence:**

- Extract phone dealer for contact databases
- Track dealer inventory by location
- Analyze dealer pricing strategies
- Monitor promotional messaging in offers title

#### Common Troubleshooting

**URL Access Issues:**

- Verify complete URL formatting
- Check for expired listings
- Confirm proxy configuration
- Test manual access first

**Data Extraction Problems:**

- Verify page structure hasn't changed
- Check for JavaScript-rendered content
- Review error logs
- Validate field mapping

**Performance Optimization:**

- Process URLs in batches
- Implement request delays
- Monitor system resources
- Split large jobs across runs

### Benefits and Applications

The Mobiauto.com.br Cars Details Scraper provides significant value for automotive market intelligence and competitive analysis in Brazilian markets.

**Primary Applications:**

**Automotive Pricing Intelligence:** Track vehicle pricing across regions, models, and trim levels, analyze dealer pricing strategies, monitor new vs. used price relationships, identify underpriced opportunities, and build comprehensive pricing databases for valuation tools.

**Competitive Dealer Analysis:** Monitor competitor inventory composition, track promotional strategies through deal data, analyze feature offerings across dealers, identify market positioning patterns, and benchmark pricing against competitors.

**Market Trend Analysis:** Identify popular body styles and vehicle types, track feature adoption trends, analyze regional market preferences, monitor seasonal pricing variations, and understand market segment dynamics.

**Inventory Management:** Track vehicle availability across dealers, monitor listing velocity through similar offers, identify slow-moving inventory, optimize pricing based on market data, and manage stock composition strategically.

**Lead Generation:** Build dealer contact databases through phone dealer extraction, identify dealers with specific inventory types, target dealers for wholesale opportunities, locate buyers for specific vehicle types, and develop B2B service offerings.

**The scraper provides competitive advantages through:**

- Detailed SOP data for accurate specifications
- Comprehensive feature lists enabling detailed comparison
- Dealer contact information for direct engagement
- Similar offers revealing market alternatives
- Geographic data for regional analysis
- Promotional information for competitive intelligence

The structured output integrates with automotive CRM systems, pricing analytics platforms, inventory management tools, and market intelligence dashboards, enabling immediate activation for competitive analysis and strategic decision-making.

### Conclusion

The Mobiauto.com.br Cars Details Scraper transforms manual vehicle research into efficient automated data collection. By providing structured access to comprehensive automotive listing data from Brazil's leading car marketplace, it empowers businesses to make data-driven decisions about pricing, inventory, and market positioning.

Whether you're analyzing Brazilian automotive market trends, monitoring competitor strategies, managing dealer inventory, or building automotive databases, this scraper delivers the detailed extraction capabilities needed to accelerate your market intelligence.

Ready to unlock automotive insights from Mobiauto.com.br? Start extracting comprehensive vehicle data today and transform your Brazilian automotive market intelligence.

## Related Actors

- [**mobiauto.com.br Cars Search Scraper**](https://apify.com/ecomscrape/mobiauto-cars-search-scraper): A specialized data extraction tool engineered to harvest detailed cars information from mobiauto's cars marketplace.

## Your feedback

We are always working to improve Actors' performance. So, if you have any technical feedback about mobiauto.com.br Automotive Details Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the Specific cars urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.

## `max_retries_per_url` (type: `integer`):

Limit the number of retries for each URL if the scrape is detected as a bot or the page fails to load

## `proxy` (type: `object`):

Select proxies to be used by your scraper.

## Actor input object example

```json
{
  "urls": [
    "https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail"
  ],
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail"
    ],
    "max_retries_per_url": 2,
    "proxy": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("ecomscrape/mobiauto-cars-details-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": ["https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail"],
    "max_retries_per_url": 2,
    "proxy": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("ecomscrape/mobiauto-cars-details-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.mobiauto.com.br/comprar/carros/sp-sao-jose-dos-campos/toyota/rav4/2019/sx-2-5-l-awd-hybrid/detalhes/22744313?page=detail"
  ],
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": false
  }
}' |
apify call ecomscrape/mobiauto-cars-details-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ecomscrape/mobiauto-cars-details-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/cPdpbpZ0bZ91DuXYe/builds/QbGn86WnUd7B0QGKm/openapi.json
