ZigWheels Philippines Scraper avatar

ZigWheels Philippines Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
ZigWheels Philippines Scraper

ZigWheels Philippines Scraper

Scrape used cars from zigwheels.ph. Use make filters or paste a ZigWheels URL — the URL wins when set.

Pricing

from $2.00 / 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

7 days ago

Last modified

Categories

Share

🇵🇭 ZigWheels Philippines Scraper

Want ZigWheels PH 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.

ZigWheels lists a few thousand used cars in the Philippines. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Dealers: Export Toyota, Honda, and Mitsubishi stock with PHP prices.
  • Dashboards: Track mileage, city, and asking prices without paging the site.
  • Market research: Slice by make, model, body type, fuel, city, year, or price.
  • Data analysts: Export structured ZigWheels rows with public detail URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live ZigWheels results.
  • 📚 RAG Systems: Feed titles, prices, and mileage 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 used-cars search, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Make, model, body type, fuel, transmission, city, Metro Manila, year, price, kilometres, owner listings, and sort.
  • 🌐 Listing fields: Title, year, PHP price, city, mileage, fuel, transmission, seats, engine size, and photo.

📦 What's inside the data?

id, url, title, year, price, currency (PHP), city, mileage, fuel, transmission, seats, engine_cc, image_url, slug

🚀 Quick start

Option A: paste https://www.zigwheels.ph/used-cars/toyota. Option B: pick make, model, city, year, or price and set max_results.

Input Example (filters):

{
"make": "toyota",
"model": "toyota-fortuner",
"fuel": "diesel",
"city": "quezon-city",
"year_min": 2018,
"year_max": 2023,
"price_max": 1500000,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.zigwheels.ph/used-cars/toyota+quezon-city",
"max_results": 100
}

Output Example:

{
"id": "53066",
"url": "https://www.zigwheels.ph/detail-used-cars/toyota-camry-2-5g-53066",
"title": "2018 Toyota Camry",
"year": 2018,
"price": 650000,
"currency": "PHP",
"city": "Paranaque",
"mileage": "81,667 Km",
"fuel": "Gasoline",
"transmission": "Automatic",
"seats": 5,
"engine_cc": 2494,
"image_url": "https://imgcdnused.carbay.com/tr:w-500,h-333/PH/car_image/72026/1786862741191.jpg",
"slug": "toyota-camry-2-5g-53066"
}

Output fields:

FieldDescription
idZigWheels listing id.
urlPublic used-car page.
titleListing title.
yearModel year when shown in the title.
priceAsking price when shown.
currencyAlways PHP.
cityCity on the listing card.
mileageKilometres text from the card.
fuelFuel type.
transmissionTransmission label.
seatsSeat count when shown.
engine_ccEngine size in cubic centimetres when shown.
image_urlFirst photo.
slugURL slug for the listing.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoZigWheels used-cars URL. Overrides every filter.
makestring enumNoallBrand as listed on ZigWheels.
modelstring enumNoallModel as listed on ZigWheels (for example Toyota Fortuner).
body_typestring enumNoallSUV, sedan, pickup, van, and other body types.
fuelstring enumNoallGasoline, diesel, or electric.
transmissionstring enumNoallManual, automatic, CVT, or dual clutch.
citystring enumNoallCity as listed on ZigWheels.
provincestring enumNoallMetro Manila. Ignored when a city is set.
year_minintegerNoOldest model year.
year_maxintegerNoNewest model year.
price_minintegerNoLowest price in Philippine pesos.
price_maxintegerNoHighest price in Philippine pesos.
km_minintegerNoLowest odometer reading.
km_maxintegerNoHighest odometer reading.
sellerstring enumNoallAll sellers, or private owners only.
sortstring enumNorelevanceRelevance, price, kilometres, year, or newest.
max_resultsintegerNo50Maximum rows (12000).