Discover/amayama.com API
live

amayama.com APIamayama.com

Access genuine OEM car parts data from Amayama.com. Search by part number or keyword, get pricing from multiple warehouses, shipping estimates, and vehicle compatibility.

Endpoints
6
Updated
14d ago
Try it
Page number for pagination
Search query - part number (e.g. '90999-00174') or keywords (e.g. 'brake pad toyota')
api.parse.bot/scraper/292e08e2-9fca-46a2-899c-462f77396869/<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/292e08e2-9fca-46a2-899c-462f77396869/search_parts?query=90999-00174' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for parts by keyword or part number. For exact part numbers, redirects to part detail and returns full part information with exact_match=true. For keyword searches, returns paginated results with pricing summaries.

Input
ParamTypeDescription
pageintegerPage number for pagination
queryrequiredstringSearch query - part number (e.g. '90999-00174') or keywords (e.g. 'brake pad toyota')
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "query": "string the search query",
    "total": "integer total number of matching parts",
    "results": "array of part objects with part_number, name, url, price_from_usd, available, image_url",
    "exact_match": "boolean present and true when search redirected to a single part detail page",
    "total_pages": "integer total number of pages"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "brake pad toyota",
      "total": 120,
      "results": [
        {
          "url": "https://www.amayama.com/en/part/toyota/4712176010",
          "name": "PAD, BRAKE PEDAL",
          "available": true,
          "image_url": "https://static.amayama.com/schema/toyota-4712176010-1665474089338-big.jpg",
          "internal_id": "0100363536",
          "part_number": "Toyota 47121-76010",
          "price_from_usd": 30.36
        }
      ],
      "total_pages": 6
    },
    "status": "success"
  }
}

About the amayama.com API

The Amayama API exposes 6 endpoints for querying genuine OEM car parts across brands like Toyota, Nissan, Honda, BMW, and Mercedes-Benz. The search_parts endpoint accepts part numbers or keywords and returns paginated results with pricing summaries, while get_part_detail delivers per-warehouse pricing, shipping estimates, delivery dates, weight, and stock status for any specific part number.

Search and Part Detail

The search_parts endpoint accepts either an exact part number (e.g. 90999-00174) or a keyword string (e.g. brake pad toyota). When an exact part number is provided and the source resolves it to a single part page, the response sets exact_match: true and returns full part information directly. Keyword searches return paginated results, each result carrying part_number, name, price_from_usd, available, and image_url. Use the page parameter to iterate through total_pages.

Per-Part Data

get_part_detail and get_part_info both accept a brand slug and a part_number (dashes optional). Both return an offers array where each entry includes price, shipping_price, delivery_date, and quantity_available — one entry per warehouse carrying the part. get_part_detail adds mpn, sku, images, weight, low_price, high_price, and an availability string (InStock or OutOfStock). get_part_info returns the same core fields plus a url field and a structured compatibility object that lists models and engine codes the part fits.

Catalogue Navigation

Three endpoints let you traverse the parts catalogue hierarchically. list_brands returns every available manufacturer with name, slug, and url. list_models takes a brand slug and returns all model names and slugs for that brand. list_frames takes a brand and model slug and returns all chassis/frame codes grouped by market (Japan, USA, Europe, Asia and Middle East, etc.), each with a code, title, and url. This hierarchy lets you programmatically enumerate the full parts tree for any supported brand.

Common use cases
  • Build an OEM part price tracker that monitors low_price and high_price changes across warehouses over time.
  • Populate an auto parts e-commerce catalogue using search_parts keyword results filtered by brand.
  • Verify cross-compatibility for a part number by reading the compatibility.models array from get_part_info.
  • Display multi-warehouse shipping lead times by iterating the offers array from get_part_detail and sorting by delivery_date.
  • Build a chassis-code lookup tool using list_frames to enumerate every frame code for a given model and market region.
  • Automate stock-status checks by polling get_part_detail and alerting when availability changes to InStock.
  • Enumerate all supported brands and models via list_brands and list_models to seed a vehicle-fitment database.
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 Amayama have an official developer API?+
Amayama does not publish a public developer API or documented REST interface. The data available through this Parse API is not accessible via any official programmatic endpoint from Amayama.
What does the `offers` array in `get_part_detail` actually contain?+
Each element in offers represents one warehouse that stocks the part. Fields per offer include price (in the listed currency), shipping_price, delivery_date, and quantity_available. The response also surfaces low_price and high_price as top-level fields summarising the range across all offers.
Does `search_parts` behave differently for exact part numbers versus keyword queries?+
Yes. When you pass a known part number and the catalogue resolves it to a single part, the response sets exact_match: true and returns the full part detail inline rather than a list. Keyword queries always return a paginated list with total, total_pages, and a results array of summary objects.
Does the API expose part diagrams or exploded assembly views?+
Not currently. The API returns part images via the images array in get_part_detail, but structured assembly diagrams or illustrated parts catalogs (IPCs) are not included in any endpoint response. You can fork this API on Parse and revise it to add an endpoint targeting assembly diagram pages.
Is historical pricing or price-change history available?+
Not currently. All pricing fields — low_price, high_price, and per-offer price — reflect the current state at the time of the request. No historical price records are returned. You can fork this API on Parse and revise it to build a price-history layer by storing and comparing successive responses.
Page content last updated . Spec covers 6 endpoints from amayama.com.
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.