Misumi Listings Scraper
Pricing
from $5.00 / 1,000 products
Misumi Listings Scraper
The MISUMI Scraper extracts product listings from us.misumi-ec.com by keyword, URL or part number, capturing live unit prices, warehouse stock levels, committed ship dates, engineering specs and images β ideal for industrial procurement, price monitoring and ERP catalog enrichment.
Pricing
from $5.00 / 1,000 products
Rating
0.0
(0)
Developer
FalconScrape
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
π© MISUMI Scraper
Extract product data from MISUMI, the world's largest catalog of configurable mechanical components and factory automation parts. The MISUMI Scraper returns live unit prices, real-time warehouse stock levels and committed ship dates for any part number β data that normally requires clicking through the site one part at a time.
Search by keyword, paste product, series or category URLs, or feed in your own list of part numbers β including made-to-order configurations such as HFS5-2020-1234, which are quoted live by MISUMI's own configurator.
β¨ Features
- π΅ Live pricing β Current USD unit price and price before discount, for the quantity you specify.
- π¦ Real-time stock β Immediately shippable quantity, orderable quantity and the warehouse it ships from.
- π Committed lead times β Ship days plus concrete ship and delivery dates, not vague estimates.
- π Full engineering specs β Every named spec MISUMI publishes for the part (material, dimensions, precision, treatmentβ¦), plus RoHS status, weight and CAD availability.
- π οΈ Made-to-order quotes β Price arbitrary configurations (cut lengths, bore diameters); invalid configurations come back with the exact spec error.
- π Four ways to start β Keyword search, product URL, series URL, category URL, or a plain list of part numbers.
- β‘ Fast & cheap β Runs without a browser and without proxies, so large catalog pulls stay inexpensive.
π οΈ How It Works
- Choose your input β Type a keyword (e.g.
ball bearing), paste MISUMI URLs, or list exact part numbers. - Set a limit β
Maximum productscaps how many products the run returns;Quantitysets the order quantity used for the quote. - Run the scraper β Results stream into the dataset and can be exported to JSON, CSV, Excel or consumed through the Apify API.
π₯ Input
| Field | Type | Description |
|---|---|---|
keyword | string | Search MISUMI for this keyword and scrape the matching products. |
startUrls | array | Product, series or category URLs from us.misumi-ec.com. |
partNumbers | array | Exact part numbers to quote, including made-to-order configurations. |
quantity | integer | Order quantity used for the quote (higher quantities can unlock volume discounts). |
maxItems | integer | Maximum number of products to scrape. Default 50. |
proxyConfiguration | object | Optional. The scraper works fine without a proxy. |
Example input:
{"keyword": "ball bearing","quantity": 1,"maxItems": 50}
Quoting specific parts and configurations instead:
{"partNumbers": ["HFS5-2020-1234", "SUS40B17", "25A10"],"quantity": 100}
π Sample Output Data
[{"partNumber": "16001","seriesCode": "221000058301","seriesName": "Deep Groove Ball Bearing - Single Row","brandName": "NSK","categoryCode": "M0802010000","categoryName": "Ball Bearings","url": "https://us.misumi-ec.com/vona2/detail/221000058301/?HissuCode=16001","price": 16.09,"priceBeforeDiscount": 16.09,"currency": "USD","quantity": 1,"inStockQty": 15,"orderableQty": 15,"shippingDays": 1,"shipDate": "2026-07-27","deliveryDate": "2026-07-29","shippingPlant": "USA-WH(OH)","weight": "19","weightUnit": "g","minOrderQty": 1,"rohsCompliant": false,"cadFormats": ["2D", "3D"],"images": ["https://content.misumi-ec.com/image/upload/v1/p/jp/product/series/221000058301/221000058301.jpg"],"specs": {"Raceway Shape": "Ball","Inner/Outer Ring Material": "[Steel] Steel","Shield Material/Shape": "Open Type","Precision": "Grade 0","Inner Diameter d": "12"},"isConfigurable": false,"error": null}]
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
π Data Fields
| Field | Description |
|---|---|
partNumber | MISUMI part number |
seriesCode, seriesName | Product series the part belongs to |
brandName | Manufacturer brand (MISUMI, NSK, NTN, SKFβ¦) |
categoryCode, categoryName | Catalog category |
url | Direct link to the part on MISUMI |
price, priceBeforeDiscount | Live unit price and pre-discount price |
currency, quantity | Quote currency and the quantity it was calculated for |
inStockQty, orderableQty | Immediately shippable and orderable quantities |
shippingDays | Days until shipment |
shipDate, deliveryDate | Committed ship and delivery dates |
shippingPlant | Warehouse the part ships from |
weight, weightUnit | Unit weight |
minOrderQty | Minimum order quantity |
rohsCompliant | RoHS compliance flag |
cadFormats | Available CAD formats (2D / 3D) |
images | Product image URLs |
specs | Named engineering specifications |
isConfigurable | true when the part number is a configuration template |
error | Why a price is missing (e.g. invalid configuration), when it is |
π° How much does it cost to scrape MISUMI?
This Actor uses pay per result pricing: $5.00 per 1,000 products. There are no separate Apify platform usage fees.
| Products scraped | Cost |
|---|---|
| 50 (default run) | $0.25 |
| 1,000 | $5.00 |
| 10,000 | $50.00 |
Apify's free plan includes $5 of monthly usage, which is roughly 1,000 MISUMI products per month at no cost.
π‘ Tips
- Monitor stock and lead times by scheduling the Actor daily with a fixed list of part numbers β
inStockQty,shipDateandpricechange frequently. - Quote volume pricing by raising
quantity; MISUMI applies volume discounts that show up as a gap betweenpriceandpriceBeforeDiscount. - Configurable products (
isConfigurable: true) are templates such asHFS5-2020-[50-4000/0.5]. They carry the full design space inspecs, but to get a price, put a complete part number (e.g.HFS5-2020-1234) inpartNumbers. - Category URLs pull whole catalogs. Combine a category URL with a high
maxItemsfor a bulk export, or keepmaxItemslow to sample first.
β FAQ
Is scraping MISUMI legal? This Actor collects only publicly available product information β no login, no personal data. Web scraping of public data is generally legal, but you are responsible for how you use the data. If in doubt, consult a lawyer.
Are the prices the same ones I see when logged in? No. Prices are the public US list prices in USD. Customer-specific contract pricing requires a MISUMI account and is not collected.
Why do some rows have no price?
Configuration templates cannot be priced, and a few part numbers are quoted manually by MISUMI. The error field explains each case.
Can I get more fields or a custom pipeline? Yes β open an issue in the Issues tab, or get in touch for a custom solution.
π Support
Found a bug or need a field that isn't there? Report it in the Issues tab of this Actor and it will be addressed.