# Mobiauto Automotive Search Scraper (`stealth_mode/mobiauto-automotive-search-scraper`) Actor

Scrape comprehensive automotive data from Mobiauto.com.br in real time. Collect vehicle details, pricing, dealer information, images, and 14+ fields per listing — perfect for car dealers, price aggregators, and market researchers analyzing Brazil's automotive market.

- **URL**: https://apify.com/stealth\_mode/mobiauto-automotive-search-scraper.md
- **Developed by:** [Stealth mode](https://apify.com/stealth_mode) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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

## Mobiauto Automotive Search Scraper: Extract Vehicle Listings from Brazil's Largest Car Platform

---

### What Is Mobiauto.com.br?

Mobiauto.com.br is Brazil's leading automotive search and marketplace platform, hosting thousands of vehicle listings from individual dealers and dealerships nationwide. It enables buyers to search, compare prices, and access detailed vehicle specifications across all body types and price ranges. For market participants — price aggregators, car dealers, researchers, and business intelligence teams — manually collecting this data is inefficient and error-prone. The **Mobiauto Automotive Search Scraper** automates the extraction process, delivering structured, ready-to-analyze vehicle data at scale.

---

### Overview

The **Mobiauto Automotive Search Scraper** extracts vehicle listing pages from Mobiauto.com.br search results, transforming raw marketplace data into clean, structured records. It is designed for:

- **Price aggregators** building multi-source automotive databases
- **Car dealerships** monitoring competitor inventory and pricing strategies
- **Market researchers** analyzing vehicle availability and pricing trends in Brazil
- **Data analysts** building automotive market intelligence dashboards
- **Business developers** evaluating market demand for specific vehicle types

Key strengths include bulk URL processing, configurable item limits, resilient error handling, and extraction of dealer contact information alongside detailed vehicle specifications.

---

### Input Format

The scraper accepts a JSON configuration object with three main parameters:

```json
{
  "urls": [
    "https://www.mobiauto.com.br/comprar/carros/brasil/pagina-2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 200
}
````

#### Input Parameters Explained

| Parameter | Type | Description |
|---|---|---|
| `urls` | Array of strings | **URLs of Mobiauto search result pages you want to scrape.** Paste direct links to listing pages (e.g., pagina-1, pagina-2). Supports bulk entry — you can add multiple URLs at once using the bulk editor. URLs must be valid Mobiauto search result pages. |
| `ignore_url_failures` | Boolean | **Continue running if some URLs fail.** Set to `true` to skip failed URLs without stopping the entire run. Useful for large batch jobs where one or two problematic pages shouldn't halt data collection. Default: `true` |
| `max_items_per_url` | Integer | **Maximum listings to extract per URL.** Controls the volume of data collected from each page. For example, `200` will scrape up to 200 vehicle listings from each search results page. Adjust based on your needs and API limits. Default: `20` |

**Best practices:**

- Use complete Mobiauto URLs (include protocol and page number).
- Set `ignore_url_failures: true` for production runs to handle transient network issues.
- Adjust `max_items_per_url` based on target dataset size and processing time.

***

### Output Format

**Sample output**

```json
{
  "deal": {
    "id": 29318260,
    "vehicle_type": "CAR",
    "last_number_of_plate": 1,
    "deal_plan_id": 20,
    "make_id": 20197,
    "make_name": "Hyundai",
    "make_image_id": 64089249,
    "model_id": 22894,
    "model_name": "Creta",
    "trim_id": 1044353,
    "trim_name": "Platinum 1.0 Turbo (Aut) (Flex)",
    "color_id": 8,
    "color_name": "Preto",
    "fuel_id": 6,
    "fuel_name": "Flex",
    "transmission_id": 1,
    "transmission_name": "Automática",
    "bodystyle_id": 6,
    "bodystyle_name": "SUV",
    "model_year": 2024,
    "production_year": 2024,
    "price": 145900,
    "comments": "Trabalhamos com veículos selecionados, revisados e com garantia. Temos um  compromisso com a qualidade, segurança e experiência dos nossos clientes.\n\n• Avaliação justa no seu veículo na troca \n• Financiamento com taxas exclusivas \n• Análise de crédito e resposta na hora \n• Entregamos na sua casa \n\n📍Localização: São José dos Campos \n📲Ligação: (12) 98167-0865 ",
    "doors": 4,
    "km": 36000,
    "features": [
      {
        "id": 1,
        "name": "Airbag para motorista"
      },
      {
        "id": 2,
        "name": "Ar condicionado"
      },
      {
        "id": 5,
        "name": "Travas elétricas"
      },
      {
        "id": 7,
        "name": "Alarme"
      },
      {
        "id": 9,
        "name": "Bancos revestidos de couro"
      },
      {
        "id": 11,
        "name": "Airbags frontais"
      },
      {
        "id": 15,
        "name": "Rodas de liga leve"
      },
      {
        "id": 23,
        "name": "Ar quente"
      },
      {
        "id": 27,
        "name": "Computador de bordo"
      },
      {
        "id": 31,
        "name": "Controle de tração"
      },
      {
        "id": 38,
        "name": "Banco do motorista com ajuste de altura"
      },
      {
        "id": 42,
        "name": "Sensores de estacionamento dianteiro"
      },
      {
        "id": 99,
        "name": "Navegador gps"
      }
    ],
    "conditionals": [
      {
        "id": 1,
        "name": "Baixa quilometragem"
      },
      {
        "id": 4,
        "name": "Garantia de fábrica"
      },
      {
        "id": 5,
        "name": "Parece novo"
      },
      {
        "id": 9,
        "name": "Veículo de não fumante"
      },
      {
        "id": 11,
        "name": "Revisões realizadas"
      },
      {
        "id": 12,
        "name": "Aceita troca"
      },
      {
        "id": 33,
        "name": "Pronta entrega"
      },
      {
        "id": 34,
        "name": "Encomenda"
      }
    ],
    "dealer_id": 59053,
    "dealer_logo": 598592900,
    "dealer_name": "VEÍCULOS DINIZ",
    "dealer_phone": "12981670865",
    "dealer_mobile": "12981670865",
    "dealer_location": "-23.229977893136923,-45.89084023102754",
    "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": 132577,
    "plate": "GDE6F21",
    "fipe_resale_price_profit": 132577,
    "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": 656121181,
        "position": 0
      },
      {
        "image_id": 656121180,
        "position": 1
      },
      {
        "image_id": 656121179,
        "position": 2
      },
      {
        "image_id": 656121178,
        "position": 3
      },
      {
        "image_id": 656121177,
        "position": 4
      },
      {
        "image_id": 656121189,
        "position": 5
      },
      {
        "image_id": 656121190,
        "position": 6
      },
      {
        "image_id": 656121186,
        "position": 7
      },
      {
        "image_id": 656121188,
        "position": 8
      },
      {
        "image_id": 656121187,
        "position": 9
      },
      {
        "image_id": 656121197,
        "position": 10
      },
      {
        "image_id": 656121196,
        "position": 11
      },
      {
        "image_id": 656121199,
        "position": 12
      },
      {
        "image_id": 656121200,
        "position": 13
      },
      {
        "image_id": 656121198,
        "position": 14
      }
    ],
    "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",
    "dealer_p_f": false,
    "financial_credit_flow": false
  },
  "trim": {
    "id": 1044353,
    "vehicle_type": "CAR",
    "name": "Platinum 1.0 Turbo (Aut) (Flex)",
    "full_name": "Hyundai Creta Platinum 1.0 Turbo (Aut) (Flex)",
    "engine": "1.0",
    "make_id": 20197,
    "make_name": "Hyundai",
    "model_id": 22894,
    "model_name": "Creta",
    "image_id": 272538896,
    "images": [
      {
        "image_id": 66343381,
        "position": 0
      },
      {
        "image_id": 66343380,
        "position": 1
      },
      {
        "image_id": 66343389,
        "position": 3
      },
      {
        "image_id": 66343388,
        "position": 4
      }
    ],
    "fuel": "Etanol",
    "transmission_id": 1,
    "transmission_name": "Automática",
    "tank": 50,
    "torque": "17.5",
    "seats": 5,
    "fuel_id": 3,
    "fuel_name": "Etanol",
    "bodystyle_id": 6,
    "initial_year": 2024,
    "final_year": 2024,
    "fipe_id": "015202-1",
    "fipe_price": 132577,
    "molicar_id": 21044429,
    "power": 120,
    "max_velocity": 180,
    "time0to100": 11.5,
    "city_consumption": 8.3,
    "road_consumption": 8.7,
    "height": 1620,
    "width": 1790,
    "length": 4300,
    "imported": false,
    "engine_size": 998,
    "price0km": 157390,
    "alimentation": "Injeção direta",
    "traction": "Dianteira",
    "rear_suspension": "Eixo de torção",
    "front_suspension": "Independente tipo McPherson com barra estabilizadora",
    "rear_brake": "Dois freios à disco sólidos",
    "front_brake": "Dois freios à disco ventilados",
    "wheelbases": 2610,
    "currency": "REAL",
    "in_production": false,
    "weight": 1270,
    "not_lauching": false,
    "premium": false,
    "trunk": 422,
    "city_consumption2": 11.6,
    "road_consumption2": 12,
    "serial_items": "- Faróis com projetor\n- Acendimento automático e ajuste manual de altura do facho\n- Luzes diurnas de LED\n- Grade frontal e apliques dos para-choques na cor preta\n- Capas dos retrovisores e maçanetas externas na cor da carroceria\n- Moldura da coluna C na cor prata\n- Barras longitudinais de teto\n- Spoiler traseiro na cor da carroceria\n- Alarme perimétrico\n- Chave canivete\n- Seis airbags\n- Controles de estabilidade e tração\n- Assistente de partida em rampas\n- Freios a disco nas quatro rodas\n- Freio de estacionamento manual\n- Monitoramento de pressão dos pneus\n- Quadro de instrumentos analógico com computador de bordo digital de 3,5”\n- Acabamento na cor preta\n- Bancos em tecido\n- Volante com regulagem de altura e profundidade\n- Direção elétrica progressiva\n- Trio elétrico\n- Vidros com função um-toque e antiesmagamento\n- Banco do motorista com regulagem de altura\n- Controle de cruzeiro; ar-condicionado\n- Start-stop\n- Tomadas USB-A (duas dianteiras, uma traseira)\n- Central multimídia BlueMedia de 8” com Android Auto e Apple CarPlay via cabo\n- Quatro alto-falantes\n- Grade frontal e apliques dos para-choques na cor prata\n- Maçanetas externas cromadas\n- Faróis de neblina\n- Rodas de liga leve aro 17” diamantadas\n- Volante revestido em couro preto e com alavancas para troca de marcha na coluna\n- Bancos em tecido com relevos\n- Sensores traseiros de estacionamento\n- Alarme perimétrico e volumétrico\n- Ar-condicionado automático digital\n- Carregador de celular por indução\n- Chave com sensor presencial\n- Partida do motor por botão\n- Retrovisores externos com rebatimento automático\n- Sistema bluelink (carro conectado com serviços de prevenção a roubo, assistência 24h, controles remotos, diagnóstico e alertas de uso do veículo)\n- Grade prata com moldura cromada\n- Quadro de instrumentos digital colorido de 7”\n- Cabine com acabamento em preto e marrom\n- Bancos revestidos em couro sintético\n- Câmeras laterais de monitoramento de ponto cego\n- Câmeras com visão superior de 360°\n- Indicador de pressão baixa dos pneus\n- Alerta de presença no banco traseiro\n- Banco do motorista com ventilação\n- Freio de estacionamento eletrônico com Auto Hold\n- Três modos de condução\n- Console de teto com luzes de leitura individuais em LED\n- Central multimídia BlueNav de 10,25” com Android Auto e Apple CarPlay (via cabo) mais navegador GPS conectado à internet\n- Teto solar panorâmico (opcional)",
    "doors": 4,
    "fuel2_id": 2,
    "fuel2_name": "Gasolina",
    "lifestyles": [
      {
        "id": 1003,
        "name": "Carros para o dia a dia"
      },
      {
        "id": 1005,
        "name": "Carros econômicos"
      }
    ],
    "power_steering": "Elétrica",
    "features": [
      {
        "id": 31,
        "name": "Controle de tração",
        "type": "CAR_SECURITY"
      },
      {
        "id": 27,
        "name": "Computador de bordo",
        "type": "CAR_OTHER"
      },
      {
        "id": 9,
        "name": "Bancos revestidos de couro",
        "type": "CAR_COMFORT"
      },
      {
        "id": 5,
        "name": "Travas elétricas",
        "type": "CAR_COMFORT"
      },
      {
        "id": 11,
        "name": "Airbags frontais",
        "type": "CAR_SECURITY"
      },
      {
        "id": 38,
        "name": "Banco do motorista com ajuste de altura",
        "type": "CAR_COMFORT"
      },
      {
        "id": 1,
        "name": "Airbag para motorista",
        "type": "CAR_SECURITY"
      },
      {
        "id": 99,
        "name": "Navegador GPS",
        "type": "CAR_OTHER"
      },
      {
        "id": 2,
        "name": "Ar condicionado",
        "type": "CAR_COMFORT"
      },
      {
        "id": 42,
        "name": "Sensores de estacionamento dianteiro",
        "type": "CAR_SECURITY"
      },
      {
        "id": 15,
        "name": "Rodas de liga leve",
        "type": "CAR_OTHER"
      },
      {
        "id": 23,
        "name": "Ar quente",
        "type": "CAR_COMFORT"
      },
      {
        "id": 7,
        "name": "Alarme",
        "type": "CAR_SECURITY"
      }
    ]
  },
  "features": {
    "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"
      }
    ],
    "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"
      }
    ]
  },
  "image_not_found": "https://image1.mobiauto.com.br/images/api/images/v1.0/77692795/transform/fl_progressive,f_webp,q_auto",
  "images": [
    {
      "id": 656121181,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121181/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121180,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121180/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121179,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121179/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121178,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121178/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121177,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121177/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121189,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121189/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121190,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121190/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121186,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121186/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121188,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121188/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121187,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121187/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121197,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121197/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121196,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121196/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121199,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121199/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121200,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121200/transform/fl_progressive,f_webp,q_70,w_800"
    },
    {
      "id": 656121198,
      "image_src": "https://image1.mobiauto.com.br/images/api/images/v1.0/656121198/transform/fl_progressive,f_webp,q_70,w_800"
    }
  ],
  "similar_offers": [],
  "offers_title": "Ofertas para você que viu Hyundai Creta",
  "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": 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": 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
    }
  ],
  "price_range": {
    "min_price": 122890,
    "good_price_min": 129307.54,
    "average_price": 135038.28,
    "good_price_max": 140769.01,
    "max_price": 145900,
    "fipe_price": 132577,
    "fipe_date": 1780282800000
  },
  "dealer": {
    "id": 59053,
    "logo": {
      "image_id": 598592900
    },
    "store_facade": {
      "image_id": 598593592
    },
    "name": "VEÍCULOS DINIZ",
    "phone": "12981670865",
    "mobile": "12981670865",
    "location": "-23.229977893136923,-45.89084023102754",
    "website": "https://instagram.com/veiculosdiniz_",
    "type": "PJ",
    "pj_type": "LOJA",
    "work_schedule_start_week": "0900",
    "work_schedule_stop_week": "1900",
    "work_schedule_start_saturday": "0900",
    "work_schedule_stop_saturday": "1400",
    "work_schedule_start_sunday": "",
    "work_schedule_stop_sunday": "",
    "address": "Perseu",
    "state": "SP",
    "city": "São José dos Campos",
    "zip_code": 12230470,
    "address_number": "891",
    "neighborhood": "Jardim Satélite",
    "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",
    "site_active": false,
    "shield_my_ad_active": false,
    "mobi_phone_active": false,
    "deal_count": 27,
    "classified_initial_date": 1676343600000
  },
  "mobile": false,
  "initial_vehicle_type": "CAR",
  "initial_location": null,
  "from_url": "https://www.mobiauto.com.br/comprar/carros/brasil/pagina-2"
}
```

Each vehicle listing returns a rich record with 14 core fields:

#### Vehicle Core Information

| Field | Meaning | Example |
|---|---|---|
| `Initial Vehicle Type` | Category of the vehicle (e.g., car, SUV, truck) | "Sedan", "SUV", "Hatchback" |
| `Bodystyles` | Physical body classification of the vehicle | "4-door sedan", "5-door SUV" |
| `Trim` | Specific model variant or trim level | "Eco", "Sport", "Limited" |
| `Features` | Key features and amenities included in the listing | "Air conditioning, Bluetooth, ABS" |

#### Pricing & Deal Information

| Field | Meaning | Example |
|---|---|---|
| `Price Range` | Listed price or price range for the vehicle | "R$ 25,000 - R$ 28,000" |
| `Deal` | Promotional status or special deal indicator | "Hot Deal", "Recently Reduced", or empty |
| `Offers Title` | Title or headline of the specific offer | "Toyota Corolla 2020 - Low Mileage" |

#### Dealer & Contact Information

| Field | Meaning | Example |
|---|---|---|
| `Dealer` | Name of the dealership or private seller | "Autopart Veículos", "João's Used Cars" |
| `Phone Dealer` | Primary contact phone number for the dealer | "(11) 98765-4321" |
| `Mobile` | Mobile/WhatsApp contact number if available | "(11) 99999-8888" |

#### Location & Inventory

| Field | Meaning | Example |
|---|---|---|
| `Initial Location` | Geographic location of the vehicle or dealer | "São Paulo, SP", "Rio de Janeiro, RJ" |
| `Similar Offers` | Count or link to similar listings from the same dealer | "5 similar offers" |

#### Media & Error Handling

| Field | Meaning | Example |
|---|---|---|
| `Images` | URLs or count of vehicle photos in the listing | Array of 8-12 image URLs |
| `Image Not Found` | Flag indicating if primary listing image is unavailable | `true` or `false` |

***

### How to Use

**Step 1: Identify URLs**
Navigate to Mobiauto.com.br, use the search filters to narrow results (location, price, body type, etc.), and copy the resulting search page URL (e.g., `...pagina-2`).

**Step 2: Configure Input**
Paste one or more search page URLs into the `urls` array. Enter the maximum items to collect per page in `max_items_per_url` (typically 20–200 depending on dataset scope).

**Step 3: Enable Error Handling**
Set `ignore_url_failures: true` to ensure the scraper continues if a page is temporarily unavailable.

**Step 4: Run the Scraper**
Start the scraper and monitor the run log. Processing time depends on item count and network conditions.

**Step 5: Export Data**
Download results as JSON, CSV, or Excel. Data is immediately ready for analysis, filtering, and integration into downstream systems.

**Common scenarios:**

- Scraping 5 pages × 200 items each = 1,000 vehicle records in one run
- Using geographic or price filters before URL collection narrows scope and improves data relevance
- Setting `ignore_url_failures: true` is recommended for overnight or batch runs

***

### Use Cases & Business Value

- **Price comparison platforms:** Build automotive price indexes tracking vehicle availability and cost trends across Brazil
- **Dealer inventory tracking:** Monitor competitor vehicle availability, pricing strategies, and inventory turnover
- **Market research:** Analyze which vehicle types, brands, and price points are most common in different regions
- **Lead generation:** Identify contact information and listings matching specific buyer profiles
- **Supply chain insights:** Track used vehicle availability to inform procurement and remarketing strategies

The Mobiauto Scraper eliminates days of manual data entry, delivering consistent, machine-readable records that feed directly into spreadsheets, CRMs, data warehouses, or custom analytics applications.

***

### Conclusion

The **Mobiauto Automotive Search Scraper** streamlines data collection from Brazil's automotive marketplace. With straightforward configuration, flexible URL support, and comprehensive output across 14+ fields, it transforms Mobiauto search data into actionable intelligence. Whether you're benchmarking prices, tracking competitor inventory, or building a market research dataset, this scraper accelerates the process while maintaining data accuracy and consistency.

# Actor input Schema

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

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

## `ignore_url_failures` (type: `boolean`):

If true, the scraper will continue running even if some URLs fail to be scraped.

## `max_items_per_url` (type: `integer`):

The maximum number of items to scrape per URL.

## Actor input object example

```json
{
  "urls": [
    "https://www.mobiauto.com.br/comprar/carros/brasil/pagina-2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20
}
```

# 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/brasil/pagina-2"
    ],
    "ignore_url_failures": true,
    "max_items_per_url": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("stealth_mode/mobiauto-automotive-search-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/brasil/pagina-2"],
    "ignore_url_failures": True,
    "max_items_per_url": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("stealth_mode/mobiauto-automotive-search-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/brasil/pagina-2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20
}' |
apify call stealth_mode/mobiauto-automotive-search-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Mobiauto Automotive Search Scraper",
        "description": "Scrape comprehensive automotive data from Mobiauto.com.br in real time. Collect vehicle details, pricing, dealer information, images, and 14+ fields per listing — perfect for car dealers, price aggregators, and market researchers analyzing Brazil's automotive market.",
        "version": "0.0",
        "x-build-id": "x2PdP88tc9YXsbEIS"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/stealth_mode~mobiauto-automotive-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-stealth_mode-mobiauto-automotive-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/stealth_mode~mobiauto-automotive-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-stealth_mode-mobiauto-automotive-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/stealth_mode~mobiauto-automotive-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-stealth_mode-mobiauto-automotive-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "urls": {
                        "title": "URLs of the auctions urls to scrape",
                        "type": "array",
                        "description": "Add the URLs of the auctions urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "ignore_url_failures": {
                        "title": "Continue running even if some URLs fail to be scraped",
                        "type": "boolean",
                        "description": "If true, the scraper will continue running even if some URLs fail to be scraped."
                    },
                    "max_items_per_url": {
                        "title": "Max items per URL",
                        "type": "integer",
                        "description": "The maximum number of items to scrape per URL."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
