Drive Cars Scraper avatar

Drive Cars Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Drive Cars Scraper

Drive Cars Scraper

Scrape cars for sale from drive.com.au. Use the same listing 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

5 days ago

Last modified

Categories

Share

🇦🇺 Drive Cars Scraper

Want Drive cars for sale 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.

Drive is Australia’s dealer-only cars marketplace. The public search is tens of thousands of cars. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Toyota, Mazda, Hyundai, and Ford stock from Drive.
  • Dashboards: Track new cars without paging the site.
  • Market research: Slice Australian cars by make, state, price, or year.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Drive results.
  • 📚 RAG Systems: Feed titles, prices, and cities 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 Drive search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, make, state, price, and year.
  • 🌐 Listing cards: Title, price in Australian dollars, make, year, mileage, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, make, year, mileage, location, image, date

🚀 Quick start

Option A: paste https://www.drive.com.au/cars-for-sale/search/nsw/. Option B: pick a make or state and set max_results.

Input Example (filters):

{
"make": "toyota",
"state": "nsw",
"year_min": 2018,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.drive.com.au/cars-for-sale/search/",
"max_results": 100
}

Output Example:

{
"id": "970395508",
"url": "https://www.drive.com.au/cars-for-sale/car/970395508/",
"title": "2020 BMW X1",
"price": 28390,
"currency": "AUD",
"make": "BMW",
"year": 2020,
"mileage": "53769 km",
"location": "Sydney NSW",
"image": "https://media.drive.com.au/obj/driveau/upload/vehicles/used/bmw/x1/2020/example",
"date": "2026-09-13T00:35:42Z"
}

Output fields:

FieldDescription
idDrive listing id.
urlPublic listing page.
titleYear, make, and model when shown.
pricePrice in Australian dollars when shown.
currencyAlways AUD.
makeCar brand when shown.
yearModel year when shown.
mileageOdometer when shown.
locationSuburb, city, or state on the card.
imageListing photo.
dateWhen the listing was posted, as a full date and time, when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoDrive search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
makedropdownNoallCar brand.
statedropdownNoallAustralian state or territory.
price_minintegerNoLowest price in Australian dollars.
price_maxintegerNoHighest price in Australian dollars.
year_minintegerNoOldest model year.
year_maxintegerNoNewest model year.
max_resultsintegerNo50Maximum rows (12000).