Cars45 Scraper avatar

Cars45 Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Cars45 Scraper

Cars45 Scraper

Scrape used cars from cars45.com. Use make, model, condition, price, and sort filters or paste a listing 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

a day ago

Last modified

Categories

Share

🇳🇬 Cars45 Scraper

Want Cars45 Nigeria used cars in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Cars45 lists thousands of used cars across Nigeria. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Agents: Export Toyota or Lagos listings without paging the site.
  • Dashboards: Track make, year, price, and city.
  • Market research: Slice local used vs foreign used and price bands.
  • Data analysts: Export structured Cars45 rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Cars45 results.
  • 📚 RAG Systems: Feed titles, cities, and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Cars45 listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Make, model, condition, transmission, price, and sort — the same controls as the listing.
  • 🌐 Listing cards: Title, price in naira, year, city, and photo.

📦 What's inside the data?

id, url, title, make, model, year, price, currency (NGN), mileage_km, condition, city, image

🚀 Quick start

Option A: paste https://www.cars45.com/listing/toyota. Option B: pick Toyota and Camry, then set max_results.

Input Example (filters):

{
"make": "toyota",
"model": "camry",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.cars45.com/listing/toyota",
"max_results": 100
}

Output Example:

{
"id": "jEY4wdZHrW8dNZXl8PWP9k0R8txDDqd",
"url": "https://www.cars45.com/jEY4wdZHrW8dNZXl8PWP9k0R8txDDqd",
"title": "Toyota Land Cruiser 2008 Black",
"make": "Toyota",
"model": "Land Cruiser",
"year": 2008,
"price": 26296875,
"currency": "NGN",
"mileage_km": 106125,
"condition": "Local Used",
"city": "Lagos State, Ilupeju"
}

Output fields:

FieldDescription
idCars45 listing id.
urlPublic vehicle page.
titleFull listing title.
makeMake parsed from the title.
modelModel parsed from the title.
yearModel year when shown.
priceAsking price when shown.
currencyAlways NGN.
mileage_kmOdometer in kilometres.
conditionLocal used, foreign used, or brand new.
cityListing city / region.
imageFirst photo.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Cars45 listing URL. Overrides every filter.
makedropdownNoallToyota, Lexus, Honda, Mercedes-Benz, and other site makes.
modelstringNo—Model name, same as the site search.
querystringNo—Same as the site search box.
conditiondropdownNoanyLocal used, foreign used, or brand new.
transmissiondropdownNoanyAutomatic or manual.
sortdropdownNorecommendedRecommended, newest, lowest / highest price.
year_minintegerNo—Earliest model year.
year_maxintegerNo—Latest model year.
price_minintegerNo—Lowest price in naira.
price_maxintegerNo—Highest price in naira.
max_resultsintegerNo50How many rows to return (1–2000).