Discover/we-online.com API
live

we-online.com APIwe-online.com

Search and retrieve electronic component specs, product categories, series articles, and datasheets from the Würth Elektronik catalog via 4 structured endpoints.

Endpoints
4
Updated
3mo ago
Try it
Search keyword or order code (e.g. 'inductor', '74479614', 'WE-MI')
api.parse.bot/scraper/0b90659a-d40d-4059-b7e4-a3155c5c0482/<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/0b90659a-d40d-4059-b7e4-a3155c5c0482/search_products?query=capacitor' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for products by keyword or order code. Returns matching product series and articles from the Würth Elektronik catalog.

Input
ParamTypeDescription
queryrequiredstringSearch keyword or order code (e.g. 'inductor', '74479614', 'WE-MI')
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of results returned",
    "results": "array of product objects with title, url, and type fields"
  },
  "sample": {
    "data": {
      "total": 15,
      "results": [
        {
          "url": "https://www.we-online.com/en/components/products/category/1091207",
          "type": "series",
          "title": "Single Coil Power Inductors"
        },
        {
          "url": "https://www.we-online.com/en/components/products/category/1382045",
          "type": "series",
          "title": "RF Inductors"
        }
      ]
    },
    "status": "success"
  }
}

About the we-online.com API

The Würth Elektronik API exposes 4 endpoints to search, browse, and extract technical specifications from the we-online.com electronic components catalog. Use search_products to find matching series and articles by keyword or order code, get_series_articles to pull every SKU and its electrical parameters for a given series, and get_article_detail to retrieve lifecycle status and datasheet URLs for individual parts.

What the API covers

The API indexes Würth Elektronik's electronic components catalog — passive, active, electromechanical, optoelectronic, thermal, and automotive product groups. get_product_categories returns the full category tree with name, url, and id fields for each node, letting you map the hierarchy before drilling into specific product groups.

Searching and browsing products

search_products accepts a query string that can be a keyword (e.g. inductor), a series name (e.g. WE-MI), or a numeric order code (e.g. 74479614). The response includes a total count and a results array where each item carries title, url, and type — useful for distinguishing product series from individual articles in the same result set.

Series and article-level data

get_series_articles takes a series_code parameter, which can be a Würth series identifier like WE-PD or a catalog path like pbs/emc_components/filter_chokes. The response lists every article in that series with its order_code, a specs object containing electrical and physical parameters (values vary by product type), status, and datasheet_url. For a single part, get_article_detail accepts an order_code and returns the same shape: a specs object, status string (e.g. Active), and a direct URL to the PDF datasheet.

Spec fields and coverage notes

Spec keys in both get_series_articles and get_article_detail are product-type-dependent — an inductor returns inductance, DCR, and current rating fields, while a filter choke returns different parameters. The datasheet_url field points to Würth's own PDF hosting, so downstream workflows can fetch datasheets without additional lookup.

Common use cases
  • Build a component search tool that surfaces Würth Elektronik series and articles matching a BOM keyword or part number.
  • Automate BOM validation by checking status fields from get_article_detail to flag obsolete or discontinued parts.
  • Populate a component database with full electrical specs by iterating get_series_articles across catalog paths.
  • Generate parametric comparison tables for a product series using the specs objects returned per article.
  • Link directly to PDF datasheets in internal tooling using the datasheet_url field without manual lookup.
  • Enumerate the full Würth Elektronik product hierarchy using get_product_categories to seed a navigation interface.
  • Cross-reference order codes from a supplier quote against catalog specs and lifecycle status via get_article_detail.
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 Würth Elektronik provide an official developer API?+
Würth Elektronik does not publish a documented public REST API for its component catalog. This Parse API provides structured access to catalog data that is otherwise only available through the we-online.com web interface.
What does `get_series_articles` return compared to `get_article_detail`?+
get_series_articles returns all articles within an entire product series in one call — every order_code, specs object, status, and datasheet_url for that series. get_article_detail targets a single order_code and returns the same fields for that specific part. Use the series endpoint to bulk-extract a product line, and the detail endpoint when you already have a specific part number.
Are pricing or availability data included in the article responses?+
Not currently. The API returns technical specifications, lifecycle status, and datasheet links, but not pricing, stock levels, or distributor inventory. You can fork this API on Parse and revise it to add an endpoint targeting Würth's pricing or availability surfaces.
Do spec field names stay consistent across different product types?+
No. The specs object is keyed by parameter names that vary by component category — inductors, filter chokes, capacitors, and other product types each expose different fields. You should inspect the specs object dynamically rather than assuming fixed keys across product categories.
Does the API cover Würth's connector or hardware product lines?+
get_product_categories returns the full catalog hierarchy including electromechanical categories, so connectors and hardware appear in the category tree. However, the depth of spec coverage for non-electronic components may vary. You can fork this API on Parse and revise it to add dedicated endpoints for connector or hardware series if the current coverage is insufficient for your use case.
Page content last updated . Spec covers 4 endpoints from we-online.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.