Skip to Content

AutoDeal Data Parser & API

AutoDeal is a major Philippine auto portal with a new-car and lead-generation focus, covering dealer inventory, pricing and promos — and Carapis extracts its listing data, including make, model, trim and dealer details, through one REST API. Strong on new-car catalog and dealer pricing, AutoDeal complements the used-car depth of Philkotse, served without you building or maintaining a scraper.

CountryPhilippines
TypePortal
OwnerAutoDeal
Vehicle typesnew, used, dealer
Monthly visitshigh
Active listingslarge (new-car focus)
API accessPartial / limited API
Parse priority★★☆☆☆
Official sitewww.autodeal.com.ph

What is AutoDeal?

AutoDeal (autodeal.com.ph) is a leading Philippine automotive portal oriented toward new-car shopping, dealer leads and AI-assisted pricing, alongside a used-car vertical. It carries structured catalog and listing data — make, model, trim, year, price, condition and dealer contact — with a stronger new-car and dealer-promo focus than open classifieds. It exposes partial lead APIs to dealer partners.

Market Position

AutoDeal is one of the Philippines’ top auto portals, distinguished by its new-car catalog, dealer lead-generation and pricing tools. It sits alongside Philkotse (the #1 used-car portal) and the Carsome-owned Carmudi PH in the Philippine market. AutoDeal’s new-car and dealer-pricing focus makes it a strong complement to Philkotse’s used-car depth — together giving broad Philippine market coverage.

Data Fields Available

Carapis extracts a structured record from each AutoDeal listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission
  • Condition — condition (new / used)
  • Pricing — listed / catalog price
  • Listing context — dealer info, location, photo gallery

AutoDeal’s value is new-car catalog and dealer-pricing data — structured fields that complement the used-car classifieds elsewhere in the Philippine market.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "autodeal", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Pricing intelligence — new-car catalog and dealer pricing benchmark residual-value models for dealers.
  • Market research — track Philippine new-car pricing, promos and dealer supply. See market research.
  • Import / export — benchmark Philippine pricing against regional markets. See import & export.

Frequently asked questions