Robinsons Data Extractor — Robinsons Extractor
Extract Robinsons and extract data on from robinsons.com.sg. Our Robinsons API lets you extract product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.
1 credits per request
~30s
3 runs
Features
Product Data Extraction
JSON/CSV Export
Price Monitoring
Product Reviews
Availability Data
Use Cases
Price Monitoring
Market Research
Competitive Intelligence
Catalog Aggregation
What This Tool Does
Robinsons Data Extractor extracts product data from Robinsons. Extract Robinsons and extract data on from robinsons.com.sg. Our Robinsons API lets you extract product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.
Get prices, availability, product details, images, and more — all in a structured JSON format ready for analysis or integration.
Use Cases
- Price Monitoring
- Market Research
- Competitive Intelligence
- Catalog Aggregation
Data Fields
| Field | Type | Description |
|---|---|---|
| name | string | Product name or title |
| price | number | Current price |
| currency | string | Price currency (e.g. USD, RUB) |
| url | string | Direct link to the product page |
| image | string | Product image URL |
| description | string | Full product description |
| rating | number | Average customer rating |
| reviewCount | number | Total number of reviews |
| availability | string | Stock status |
| sku | string | Product identifier / article number |
Example Request
{
"debugLog": false,
"fetchHtml": true,
"customData": {},
"maxConcurrency": 20,
"maxRequestRetries": 3,
"maxRequestsPerCrawl": 20,
"extendOutputFunction": "async ({ data, item, product, images, fns, name, request, variants, context, customData, input, sdk }) => {\n return item;\n}",
"extendScraperFunction": "async ({ fns, customData, sdk, label }) => {\n \n}"
}
Example Response
{
"name": "Example Product",
"price": 29.99,
"currency": "USD",
"url": "https://example.com/product/12345",
"image": "https://example.com/images/product.jpg",
"description": "High-quality product with excellent features.",
"rating": 4.5,
"reviewCount": 1240,
"availability": "In Stock",
"sku": "EX-12345"
}
Limits and Tips
- Results are cached for up to 15 minutes — re-running the same request may return cached data.
- Processing typically takes 30–90 seconds depending on the number of products requested.
- Use the max results parameter to control cost — start small to verify the data shape.
- Product availability and prices reflect the state at the time of the request.
On this page