Autochek Africa Scraper avatar

Autochek Africa Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Autochek Africa Scraper

Autochek Africa Scraper

Scrape cars from Autochek Nigeria. Use the same filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🇳🇬 Autochek Africa Scraper

Want Autochek results in a spreadsheet? This scraper makes it easy.

Use the same filters you see on the website — better for AI agents — or paste a listing URL. When a URL is set, it overrides the filters.

Autochek lists thousands of cars in Nigeria. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Agents: Export matching listings without paging the site.
  • Dashboards: Track prices, locations, and inventory.
  • Market research: Slice the same filters the website offers.
  • Data analysts: Export listing rows with public links.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live results.
  • 📚 RAG Systems: Feed titles and locations into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 URL or filters: Paste a search URL, or use the dropdowns. The URL always wins when set.
  • 🎯 Same filters as the site: State, make, model, condition, transmission, colour, and price band.
  • 🌐 Ready to export: Titles, prices, year, mileage, inspection flags, and listing links.

📦 What's inside the data?

Every row can include:

  • Listing: id, url, title
  • Vehicle: year, transmission, fuel, condition, kilometres
  • Price: asking price, previous price, monthly installment, currency
  • Quality: grade, inspected, warranty, financing, sold
  • Location: state (when you filter by state)
  • Photo: image url and photo count

🚀 Quick start

Option A — Input URL

  1. Open Autochek, apply filters, copy the URL.
  2. Paste it into input_url.
  3. Set max_results and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Pick a state, make, and condition.
  3. Set max_results (up to 2000) and click Start.

Tech details for developers 🧑‍💻

Input Example (filters):

{
"make": "toyota",
"state": "lagos",
"selling_condition": "foreign-used",
"max_results": 100
}

Input Example (URL override):

{
"input_url": "https://autochek.africa/ng/cars-for-sale/toyota",
"max_results": 50
}

Output Example:

{
"id": "84521",
"url": "https://autochek.africa/ng/car/toyota-camry-2018-84521",
"title": "Toyota Camry 2018",
"year": 2018,
"price": 14500000,
"old_price": 15200000,
"currency": "NGN",
"installment": 420000,
"mileage_km": 68400,
"transmission": "automatic",
"fuel": "petrol",
"condition": "foreign",
"grade": 4.6,
"inspected": true,
"warranty": false,
"financing": true,
"sold": false,
"image_url": "https://media.autochek.africa/...",
"image_count": 12
}

Output fields:

FieldDescription
idAutochek listing id.
urlPublic listing page.
titleListing title.
yearModel year.
priceCurrent asking price.
old_pricePrevious price when Autochek shows a drop.
currencyAlways NGN.
installmentMonthly installment when shown.
mileage_kmOdometer in kilometres.
transmissionAutomatic or manual.
fuelFuel type.
conditionForeign used, local, new, or similar.
gradeAutochek inspection grade when shown.
inspectedWhether Autochek marked the car as inspected.
warrantyWhether a warranty is listed.
financingWhether financing is offered.
soldWhether the listing is sold.
image_urlFirst photo.
image_countNumber of photos.

📋 Input reference (detailed)

ParameterTypeRequiredDefaultDescription
input_urlstringNoPaste an Autochek cars URL; overrides every filter when set.
statestring enumNoall NigeriaLagos, Abuja, Rivers, Ogun, Oyo, Anambra, Enugu, Delta, Kaduna, Kano, Edo, Imo, Akwa Ibom, Abia, Kwara.
makestring enumNoallToyota, Honda, Mercedes-Benz, Lexus, Hyundai, Kia, Ford, Nissan, BMW, Volkswagen, Peugeot, Mazda, Audi, Land Rover, Jeep, Chevrolet, Acura, Infiniti.
modelstringNoModel name, such as Camry.
selling_conditionstring enumNoanyForeign used, local used, new, or repossessed.
transmissionstring enumNoanyAutomatic or manual.
colorstring enumNoanyBlack, white, silver, grey, blue, red, green, gold.
price_bucketstring enumNoanyUnder ₦3m, ₦3–6m, ₦6–10m, ₦10–15m, ₦15–30m, or above ₦30m.
max_resultsintegerNo50Maximum rows (12000).

Notes on filters

  • Prefer the Apify input dropdowns — they use the same labels as Autochek.
  • input_url always wins over the other filters when provided.