Autochek Africa Scraper
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor 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
- Open Autochek, apply filters, copy the URL.
- Paste it into
input_url. - Set
max_resultsand click Start.
Option B — Structured filters (better for AI agents)
- Leave
input_urlempty. - Pick a state, make, and condition.
- 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:
| Field | Description |
|---|---|
id | Autochek listing id. |
url | Public listing page. |
title | Listing title. |
year | Model year. |
price | Current asking price. |
old_price | Previous price when Autochek shows a drop. |
currency | Always NGN. |
installment | Monthly installment when shown. |
mileage_km | Odometer in kilometres. |
transmission | Automatic or manual. |
fuel | Fuel type. |
condition | Foreign used, local, new, or similar. |
grade | Autochek inspection grade when shown. |
inspected | Whether Autochek marked the car as inspected. |
warranty | Whether a warranty is listed. |
financing | Whether financing is offered. |
sold | Whether the listing is sold. |
image_url | First photo. |
image_count | Number of photos. |
📋 Input reference (detailed)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Paste an Autochek cars URL; overrides every filter when set. |
state | string enum | No | all Nigeria | Lagos, Abuja, Rivers, Ogun, Oyo, Anambra, Enugu, Delta, Kaduna, Kano, Edo, Imo, Akwa Ibom, Abia, Kwara. |
make | string enum | No | all | Toyota, Honda, Mercedes-Benz, Lexus, Hyundai, Kia, Ford, Nissan, BMW, Volkswagen, Peugeot, Mazda, Audi, Land Rover, Jeep, Chevrolet, Acura, Infiniti. |
model | string | No | — | Model name, such as Camry. |
selling_condition | string enum | No | any | Foreign used, local used, new, or repossessed. |
transmission | string enum | No | any | Automatic or manual. |
color | string enum | No | any | Black, white, silver, grey, blue, red, green, gold. |
price_bucket | string enum | No | any | Under ₦3m, ₦3–6m, ₦6–10m, ₦10–15m, ₦15–30m, or above ₦30m. |
max_results | integer | No | 50 | Maximum rows (1–2000). |
Notes on filters
- Prefer the Apify input dropdowns — they use the same labels as Autochek.
input_urlalways wins over the other filters when provided.