# Used Car Price Research in Morocco – Avito

**Use case:** 

Collect Moroccan Avito car listings to research used vehicle prices, brands, models, locations, and market supply. Compare listings for automotive market research, pricing analysis, and resale opportunities.

## Input

```json
{
  "keywords": [
    "Dacia Logan",
    "Renault Clio",
    "Peugeot 208",
    "Volkswagen Golf",
    "Toyota Corolla",
    "Mercedes Classe C"
  ],
  "city": "maroc",
  "language": "fr",
  "category": "véhicules",
  "max_items": 60,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "MA"
  }
}
```

## Output

```json
{
  "Id": {
    "label": "Offer ID",
    "format": "text"
  },
  "List_Id": {
    "label": "List ID",
    "format": "text"
  },
  "Title": {
    "label": "Title",
    "format": "text"
  },
  "Description": {
    "label": "Description",
    "format": "text"
  },
  "Link": {
    "label": "Link",
    "format": "link"
  },
  "Category": {
    "label": "Category",
    "format": "text"
  },
  "Category_Name": {
    "label": "Category Name",
    "format": "text"
  },
  "Category_Id": {
    "label": "Category ID",
    "format": "text"
  },
  "Parent_Category_Id": {
    "label": "Parent Category ID",
    "format": "text"
  },
  "Parent_Category_Name": {
    "label": "Parent Category Name",
    "format": "text"
  },
  "Ad_Type_Key": {
    "label": "Ad Type Key",
    "format": "text"
  },
  "Ad_Type_Label": {
    "label": "Ad Type Label",
    "format": "text"
  },
  "Seller_Id": {
    "label": "Seller ID",
    "format": "text"
  },
  "Seller_Type": {
    "label": "Seller Type",
    "format": "text"
  },
  "Seller_Name": {
    "label": "Seller Name",
    "format": "text"
  },
  "Seller_Image": {
    "label": "Seller Image",
    "format": "image"
  },
  "Is_Verified_Seller": {
    "label": "Verified Seller",
    "format": "boolean"
  },
  "Seller_Phone": {
    "label": "Seller Phone",
    "format": "text"
  },
  "Seller_Phone_Verified": {
    "label": "Phone Verified",
    "format": "boolean"
  },
  "Price_Value": {
    "label": "Price Value",
    "format": "text"
  },
  "Price_Currency": {
    "label": "Price Currency",
    "format": "text"
  },
  "Monthly_Payment_Value": {
    "label": "Monthly Payment",
    "format": "text"
  },
  "Monthly_Payment_Currency": {
    "label": "Monthly Payment Currency",
    "format": "text"
  },
  "Old_Price_Value": {
    "label": "Old Price Value",
    "format": "text"
  },
  "Old_Price_Currency": {
    "label": "Old Price Currency",
    "format": "text"
  },
  "Location": {
    "label": "Location",
    "format": "text"
  },
  "Date": {
    "label": "Date",
    "format": "text"
  },
  "Default_Image": {
    "label": "Default Image",
    "format": "image"
  },
  "Images": {
    "label": "Images",
    "format": "text"
  },
  "Images_Count": {
    "label": "Image Count",
    "format": "text"
  },
  "Videos": {
    "label": "Videos",
    "format": "text"
  },
  "Videos_Count": {
    "label": "Video Count",
    "format": "text"
  },
  "Has_Shipping": {
    "label": "Shipping Available",
    "format": "boolean"
  },
  "Is_Ecommerce": {
    "label": "Is Ecommerce",
    "format": "boolean"
  },
  "Is_Highlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "Is_Premium": {
    "label": "Premium",
    "format": "boolean"
  },
  "Is_Delivery": {
    "label": "Delivery Option",
    "format": "boolean"
  },
  "Is_Saved": {
    "label": "Saved",
    "format": "boolean"
  },
  "Is_Shop": {
    "label": "Shop",
    "format": "boolean"
  },
  "Is_Urgent": {
    "label": "Urgent",
    "format": "boolean"
  },
  "Is_HotDeal": {
    "label": "Hot Deal",
    "format": "boolean"
  },
  "Is_Car_Checked": {
    "label": "Car Checked",
    "format": "boolean"
  },
  "Is_Immoneuf": {
    "label": "Immoneuf",
    "format": "boolean"
  },
  "Discount": {
    "label": "Discount",
    "format": "text"
  },
  "Details": {
    "label": "Details",
    "format": "text"
  },
  "Details_With_Labels": {
    "label": "Details With Labels",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Avito.ma Scraper - Low-cost 💲🔥🎯🛍️](https://apify.com/delectable_incubator/avito-ma-scraper---low-cost.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delectable_incubator/avito-ma-scraper---low-cost.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/delectable_incubator/avito-ma-scraper---low-cost.md

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).
