Discover/pcpartpicker.com API
live

pcpartpicker.com APIpcpartpicker.com

Access PCPartPicker data via API: search parts, get specs, compare prices from multiple merchants, and browse all component categories.

Endpoints
4
Updated
11d ago
Try it
Page number for pagination.
Filter results by search term within motherboards (e.g. 'MSI', 'B650').
api.parse.bot/scraper/87f06a9b-7688-4c9e-a5c7-c607744b9f24/<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/87f06a9b-7688-4c9e-a5c7-c607744b9f24/get_motherboards?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get a paginated list of motherboards with specs and prices. Returns up to ~30 products per page from the full motherboard catalog.

Input
ParamTypeDescription
pageintegerPage number for pagination.
searchstringFilter results by search term within motherboards (e.g. 'MSI', 'B650').
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "count": "integer, total number of matching motherboards",
    "products": "array of motherboard objects each containing name, url, price, and specs"
  },
  "sample": {
    "data": {
      "page": 1,
      "count": 5192,
      "products": [
        {
          "url": "https://pcpartpicker.com/product/vjpD4D/msi-mag-b850-tomahawk-max-wifi-atx-am5-motherboard-mag-b850-tomahawk-max-wifi",
          "name": "MSI MAG B850 TOMAHAWK MAX WIFI",
          "price": "$199.99",
          "specs": {
            "Color": "Black / Green",
            "Memory Max": "256 GB",
            "Form Factor": "ATX",
            "Memory Slots": "4",
            "Socket / CPU": "AM5"
          }
        }
      ]
    },
    "status": "success"
  }
}

About the pcpartpicker.com API

This API gives developers structured access to PCPartPicker's component catalog across 4 endpoints. Use get_part_details to retrieve full specifications, multi-merchant pricing, and compatibility links for any part by its PCPartPicker URL. Use search_parts to query across all categories, or get_motherboards for paginated browsing with optional keyword filtering. Responses include fields like specs, prices, buy_link, and compatibility_links.

What the API Covers

The PCPartPicker API surfaces PC component data across four endpoints. get_all_part_categories returns the full list of part types (with name and slug fields), giving you a stable map of what's browsable. search_parts accepts a free-text query and returns up to 10 results across all categories, with each result carrying a name, url, and category field you can pass directly into other endpoints.

Part Details and Pricing

get_part_details is the most data-dense endpoint. Supply a full PCPartPicker product URL and you get back a specs object with all listed specifications (socket type, memory slots, form factor, etc.), a prices array where each entry includes merchant, price, and buy_link, and a compatibility_links array pointing to related component categories. This makes it practical to compare retailer prices for a single part in one call.

Motherboard Browsing

get_motherboards returns a paginated list of motherboards — up to approximately 30 per page — with a page parameter for navigating deeper into the catalog and a search parameter to filter by keyword (for example, 'B650' or 'MSI'). Each product object includes name, url, price, and a specs field. The count field in the response reflects the total number of matching results, which is useful for calculating total pages.

Data Shape Notes

All product URLs returned by search or list endpoints follow the https://pcpartpicker.com/product/... pattern and are directly usable as the url input to get_part_details. The specs object keys vary by part type — a motherboard will expose different spec keys than a GPU or PSU — so treat it as a flexible map rather than a fixed schema.

Common use cases
  • Build a PC configurator that looks up compatible parts using compatibility_links returned by get_part_details.
  • Track price changes for specific components by polling get_part_details and monitoring the prices array over time.
  • Aggregate multi-merchant pricing for a parts list to surface the cheapest buy_link per component.
  • Filter the motherboard catalog by chipset (e.g. search='X670') using get_motherboards to narrow upgrade options.
  • Populate a parts database by iterating get_all_part_categories slugs and querying search_parts for each.
  • Build a comparison tool that shows spec-by-spec differences between two parts using the specs objects from get_part_details.
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 PCPartPicker have an official developer API?+
PCPartPicker does not offer a public developer API. There is no documented REST or GraphQL interface available to third-party developers from PCPartPicker directly.
What does `get_part_details` return beyond basic specs?+
In addition to the specs object (which maps specification names to values), the endpoint returns a prices array — each entry includes merchant, price, and buy_link — and a compatibility_links array listing related part categories with their URLs. This lets you see all current retail listings for a part in a single response.
Does `search_parts` let you filter by category or only search across all categories?+
Currently search_parts searches across all categories and returns up to 10 results per query; there is no category filter parameter on that endpoint. get_motherboards does support a search parameter scoped to motherboards. You can fork this API on Parse and revise it to add category-scoped search endpoints for other part types.
Does the API expose user-submitted part lists or build guides?+
Not currently. The API covers component catalog data: specs, pricing, and part categories. User-generated builds, saved part lists, and community compatibility notes are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting PCPartPicker build list pages.
How deep does the `get_motherboards` pagination go, and how do I know the total page count?+
Each page returns approximately 30 motherboards. The response includes a count field reflecting total matching results for the current query, so you can calculate the number of pages by dividing count by 30. Pass the page integer parameter to advance through the catalog.
Page content last updated . Spec covers 4 endpoints from pcpartpicker.com.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
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.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.