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 Suzhou.
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 →
autotrader.ca API
Search vehicle listings on AutoTrader.ca and retrieve detailed information including specifications, pricing, mileage, and seller contact details. Compare listings across makes, models, and locations to support vehicle research and purchasing decisions.
cars.com API
Search for vehicles on Cars.com using filters like price, make, and model, then get detailed specifications and dealer inventory information for any listing you're interested in. Access comprehensive vehicle details including pricing, features, and dealer contact information all in one place.
hasznaltauto.hu API
Browse and retrieve detailed information about used cars listed on Hasznaltauto.hu, including specifications, pricing, and availability. Search through the Hungarian marketplace to find and compare vehicles that match your needs.
automoto.ua API
Search and explore car listings across Ukraine's largest automotive marketplace, compare vehicle statistics and prices, discover dealerships and seller contacts, and read news and reviews to make informed buying decisions. Access detailed vehicle specifications, market trends, and seller information all in one place.
sgcarmart.com API
Search and compare used cars on Singapore's market with detailed pricing, specifications, and deregistration values. Get comprehensive information on vehicle models, features, and market statistics to make informed buying decisions.
auto-data.net API
Search and retrieve comprehensive specifications for over 53,500 cars by browsing brands, models, generations, and variants to find detailed performance, engine, dimensions, and drivetrain data. Quickly access the exact automotive information you need without navigating multiple sources.
autotrader.co.za API
Search and access comprehensive vehicle listings from South Africa's AutoTrader with pricing, specifications, location details, and seller information. Get everything you need to compare cars and make informed purchasing decisions, though direct seller phone numbers aren't available due to security protections.
lacentrale.com API
Search used car listings on lacentrale.fr to instantly compare price statistics—including minimum, maximum, average, and median values—filtered by make, model, year, fuel type, gearbox, and other specifications. Make informed pricing decisions by analyzing real market data for the exact vehicle configuration you're interested in.