Automotive
1A Auto logo

1A Auto API

1aauto.com

Auto parts by vehicle - part details, fitment, install videos, and reviews.

Actions
11
Category
Automotive
Login
Not required
Output
JSON

Call the 1A Auto API

Submit a task, then poll the job until it settles. This example runs act_1aauto_category_catalog_navigation.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_1aauto_category_catalog_navigation",
    "params": {
      "vehicle_make": "Ford",
      "vehicle_model": "F-150 Truck",
      "vehicle_year": "2024"
    }
  }'

11 actions on 1aauto.com

Read

  • Category Catalog Navigation

    act_1aauto_category_catalog_navigationread1 credit / call

    Returns shop-by-part categories for a vehicle year, make, and model.

    vehicle_make
    string · required
    vehicle_model
    string · required
    vehicle_year
    string · required
  • Category Listing

    act_1aauto_category_listingread1 credit / call

    Returns subcategories and part counts for a parent part category.

    parent_category_id
    string · required
    parent_category_slug
    string · required
  • Homepage

    act_1aauto_homepage_ssrread1 credit / call

    Returns the homepage's featured part categories and navigation links.

  • Install Video Embed

    act_1aauto_install_video_embedread1 credit / call

    Returns an install video's title, thumbnail, and watch link by video ID.

    video_id
    string · required
  • Part Listing

    act_1aauto_part_listingread1 credit / call

    Returns a category's parts with titles, prices, brands, part numbers, and ratings.

    category_id
    string · required
    category_slug
    string · required
  • Popular Categories

    act_1aauto_popular_categories_navread1 credit / call

    Returns the most popular part categories with names and links.

  • Product Details

    act_1aauto_product_detail_ssrread1 credit / call

    Returns a part's name, brand, price, availability, images, and specifications.

    part_sku
    string · required
    part_slug_path
    string · required
  • Product Fitment

    act_1aauto_product_fitmentread1 credit / call

    Returns a part's vehicle fitment list and interchange part numbers.

    path_name
    string · required
    product_id
    string · required
  • Product Review Photos

    act_1aauto_product_review_photosread2 credits / call

    Returns customer review photos for a part with captions and linked reviews.

    sku
    string · required
  • Product Reviews

    act_1aauto_product_reviews_listread2 credits / call

    Returns customer reviews for a part with text, ratings, authors, and dates.

    sku
    string · required
  • Product Reviews Summary

    act_1aauto_product_reviews_summaryread1 credit / call

    Returns a part's average rating, review count, and rating distribution.

    sku
    string · required

1A Auto API questions

Is there an API for 1A Auto?
1A Auto does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for 1aauto.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape 1A Auto data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when 1aauto.com changes its markup, Anakin updates the action.
Do I need a 1A Auto account?
No. Every 1A Auto action listed here runs anonymously — no account and no credentials required.
What does the 1A Auto API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Automotive APIs

All Automotive sites