Discover/jiage.autohome.com.cn API
live

jiage.autohome.com.cn APIjiage.autohome.com.cn

Retrieve owner-reported car purchase prices and trim specs from Autohome's jiage platform. Filter by city, spec ID, and pagination across 2 endpoints.

Endpoints
2
Updated
2mo ago
Try it
Starting page number.
Car spec ID. Use get_spec_list to find available IDs for a series.
Number of pages to fetch (10 entries per page).
User city code for regional display.
City code filter. 0 for nationwide, or a city code such as 310100 for Shanghai, 320500 for
api.parse.bot/scraper/afeac0a0-7928-4c84-a531-d368a6734bfa/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/afeac0a0-7928-4c84-a531-d368a6734bfa/get_price_list?page=1&max_pages=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get car owner price listings with pagination. Returns purchase details including user info, dates, location, and price data. Price values may be partially decoded due to site-side obfuscation techniques.

Input
ParamTypeDescription
pageintegerStarting page number.
spec_idstringCar spec ID. Use get_spec_list to find available IDs for a series.
max_pagesintegerNumber of pages to fetch (10 entries per page).
user_citystringUser city code for regional display.
city_filterstringCity code filter. 0 for nationwide, or a city code such as 310100 for Shanghai, 320500 for Suzhou.
Response
{
  "type": "object",
  "fields": {
    "page": "integer - starting page number",
    "entries": "array of objects with user_name, post_date, car_name, bought_time, location, naked_price, full_price, msrp, vehicle_tax, purchase_tax, compulsory_insurance, commercial_insurance, registration_fee, payment_method, helpful_count, price_id",
    "spec_id": "string - the spec ID queried",
    "city_filter": "string - city filter applied",
    "total_count": "integer - total number of entries available",
    "total_pages": "integer - total pages available",
    "pages_fetched": "integer - number of pages actually fetched"
  },
  "sample": {
    "data": {
      "page": 1,
      "entries": [
        {
          "msrp": "14.99",
          "car_name": "2026款 3000万辆甄选款 300TSI DSG 飞越版",
          "location": "四川,泸州",
          "price_id": "43091024",
          "post_date": "2026-01-21",
          "user_name": "之家车友0161702",
          "full_price": ".0",
          "bought_time": "2026年01月19日",
          "naked_price": "0",
          "vehicle_tax": "4",
          "purchase_tax": "4446",
          "helpful_count": "0",
          "payment_method": "全款",
          "registration_fee": "",
          "commercial_insurance": ",433,,",
          "compulsory_insurance": "9"
        }
      ],
      "spec_id": "75178",
      "city_filter": "0",
      "total_count": 10,
      "total_pages": 1,
      "pages_fetched": 1
    },
    "status": "success"
  }
}

About the jiage.autohome.com.cn API

The Autohome Jiage API exposes 2 endpoints for pulling real owner-reported vehicle purchase data from jiage.autohome.com.cn, China's largest automotive pricing community. The get_price_list endpoint returns paginated entries with naked price, full price, MSRP, vehicle tax, location, and purchase date for a given spec. The get_spec_list endpoint maps a series ID to its available trims and year groups, giving you the spec IDs needed to query pricing data.

What the API Returns

The get_price_list endpoint returns owner-submitted transaction records for a specific car trim (spec_id). Each entry includes user_name, post_date, bought_time, location, naked_price (pre-tax vehicle price), full_price (total out-of-pocket), msrp, and vehicle_tax. Results are paginated at 10 entries per page; you control the starting page with page and how many pages to pull with max_pages. The total_count and total_pages fields in the response let you plan full crawls without guessing.

Filtering by Region and Trim

Set city_filter to 0 for nationwide results or pass a city code such as 310100 (Shanghai) or 320500 (Suzhou) to narrow to a specific market. The user_city parameter adjusts regional display context. To target a specific trim, pass a spec_id; use get_spec_list first to enumerate available specs for a series_id. That endpoint returns year groups (e.g. 2026款) each containing an array of specitems with id, name, state, and minprice/maxprice range strings.

Known Data Quirks

Price fields in get_price_list may be partially decoded. The source site applies obfuscation to some price values, so a minority of naked_price or full_price entries may appear incomplete or encoded rather than as clean numeric values. Build defensive parsing in any pipeline that depends on these fields.

Finding Series and Spec IDs

Neither endpoint auto-discovers series IDs. You need to supply a valid series_id to get_spec_list. Series IDs follow Autohome's standard vehicle taxonomy — cross-reference the Autohome series listing pages to map a make/model to its numeric ID before querying.

Common use cases
  • Compare owner-paid naked_price vs msrp across trims to estimate real-world dealer discounts
  • Filter city_filter by city code to analyze regional pricing variation for the same spec
  • Aggregate full_price entries over time using post_date and bought_time to track transaction price trends
  • Use get_spec_list to enumerate all active trims and price bands for a model year before targeting specific spec IDs
  • Build a new-car budget tool for Chinese buyers by combining MSRP, vehicle tax, and full price fields
  • Monitor total_count changes over spec IDs to estimate relative sales volume by trim
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Autohome provide an official developer API?+
Autohome (autohome.com.cn) does not publish a general-purpose public developer API for its pricing or spec data. Access to structured data from jiage.autohome.com.cn is not available through any officially documented endpoint.
What does get_spec_list return and how do I use it with get_price_list?+
Pass a series_id to get_spec_list and it returns year groups, each containing a specitems array. Each spec item has an id, name (trim label), state (availability), and minprice/maxprice strings. Take any id from that array and pass it as spec_id to get_price_list to pull owner transaction records for that exact trim.
Why are some price values incomplete or encoded?+
The source site applies obfuscation to certain price fields, which means naked_price and full_price values in some entries may not decode to clean numbers. This is a known limitation documented in the get_price_list endpoint description. Plan for null-checking or fallback handling when processing these fields at scale.
Does the API cover used-car prices or dealer inventory listings?+
No. The API covers owner-reported new-car transaction data from jiage.autohome.com.cn — purchase price, tax, and timing per trim spec. Used-car prices and dealer inventory listings are not included. You can fork this API on Parse and revise it to add an endpoint targeting Autohome's used-car data pages.
Can I retrieve full specifications like engine displacement, fuel type, or safety ratings?+
Not currently. get_spec_list returns trim identifiers, names, and MSRP price ranges, but not detailed mechanical or safety specifications. You can fork this API on Parse and revise it to add an endpoint that fetches full spec sheets for individual trim IDs.
Page content last updated . Spec covers 2 endpoints from jiage.autohome.com.cn.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.
Autohome Jiage API – Car Owner Prices · Parse