# Find used Toyota Hilux bakkies with seller phone numbers

**Use case:** 

Scrapes Toyota Hilux listings on AutoTrader South Africa and, on a paid plan, also returns the seller phone number AutoTrader hides behind a captcha, so the row is ready to call. Includes ZAR price, mileage, year, engine, dealer rating, suburb and province.

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.autotrader.co.za/cars-for-sale/toyota/hilux"
    }
  ],
  "scrape_phone_numbers": true,
  "max_items": 200
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "phone_number": {
    "label": "Phone number"
  },
  "vehicle_data.header.listingId": {
    "label": "Listing id"
  },
  "vehicle_data.header.registrationYearMakeModel": {
    "label": "Registration year make model"
  },
  "vehicle_data.header.variant": {
    "label": "Variant"
  },
  "vehicle_data.header.listingPrice": {
    "label": "Listing price"
  },
  "vehicle_data.priceInformation.indicators.marketPriceData.description": {
    "label": "Description"
  },
  "vehicle_data.summaryIcons.0.text": {
    "label": "Text"
  },
  "vehicle_data.summaryIcons.1.text": {
    "label": "Text"
  },
  "vehicle_data.summaryIcons.2.text": {
    "label": "Text"
  },
  "vehicle_data.summaryIcons.3.text": {
    "label": "Text"
  },
  "vehicle_data.summaryIcons.4.text": {
    "label": "Text"
  },
  "vehicle_data.additionalInformation.1.text": {
    "label": "Text"
  },
  "vehicle_data.additionalInformation.2.text": {
    "label": "Text"
  },
  "vehicle_data.additionalInformation.3.text": {
    "label": "Text"
  },
  "vehicle_data.additionalInformation.4.text": {
    "label": "Text"
  },
  "vehicle_data.listingSpecifications.specificationCategories.0.categoryItems.6.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.0.categoryItems.5.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.0.categoryItems.4.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.1.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.2.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.7.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.8.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.5.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.9.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.1.categoryItems.4.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.2.categoryItems.2.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.5.categoryItems.0.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.5.categoryItems.1.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.5.categoryItems.2.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.3.categoryItems.0.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.3.categoryItems.1.value": {
    "label": "Value"
  },
  "vehicle_data.listingSpecifications.specificationCategories.4.categoryItems.0.value": {
    "label": "Value"
  },
  "vehicle_data.priceInformation.repaymentPrice.estimatedRepayment": {
    "label": "Estimated repayment"
  },
  "vehicle_data.priceInformation.repaymentPrice.deposit": {
    "label": "Deposit"
  },
  "vehicle_data.priceInformation.repaymentPrice.term": {
    "label": "Term"
  },
  "vehicle_data.priceInformation.repaymentPrice.rate": {
    "label": "Rate"
  },
  "vehicle_data.description": {
    "label": "Description"
  },
  "vehicle_data.listingDealer.name": {
    "label": "Name"
  },
  "vehicle_data.listingSellerInformation.sellerSuburbName": {
    "label": "Seller suburb name"
  },
  "vehicle_data.listingDealer.rating.score": {
    "label": "Score"
  },
  "vehicle_data.listingDealer.rating.ratingCount": {
    "label": "Rating count"
  },
  "vehicle_data.gallery.galleryImages.0.imageUrl": {
    "label": "Image url"
  }
}
```

## About this Actor

This example demonstrates how to use [autotrader.co.za Car Scraper with Seller Phone Numbers](https://apify.com/fayoussef/autotrader-co-za-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fayoussef/autotrader-co-za-scraper.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/fayoussef/autotrader-co-za-scraper.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).
