# Buscar carros abaixo da FIPE pela API Webmotors

**Use case:** 

Busca carros abaixo da tabela FIPE publicados na plataforma do Webmotors por API ou MCP, usando IA.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.webmotors.com.br/carros-usados/estoque?lkid=1000&tipoveiculo=carros-usados&Oportunidades=Super%20Preco&page=1"
    }
  ],
  "maxRequests": 10,
  "sellerDataAddon": false
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle Title",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "fabrication_year": {
    "label": "Fabrication Year",
    "format": "integer"
  },
  "model_year": {
    "label": "Model Year",
    "format": "integer"
  },
  "km": {
    "label": "Mileage",
    "format": "integer"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "fipe_price": {
    "label": "FIPE Price",
    "format": "integer"
  },
  "color": {
    "label": "Color",
    "format": "string"
  },
  "fuel_type": {
    "label": "Fuel Type",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "body_type": {
    "label": "Body Type",
    "format": "string"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "seller": {
    "label": "Seller Information",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Webmotors Scraper](https://apify.com/ribtools/webmotors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ribtools/webmotors-scraper) to learn more, explore other use cases, and run it yourself.