100% PURE Data Extractor — 100percent Pure Extractor
Extract 100% PURE and extract data on make-up and cosmetics from 100percentpure.com. Our 100% PURE 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
~180s
12 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
100% PURE Data Extractor extracts product data from 100% PURE. Extract 100% PURE and extract data on make-up and cosmetics from 100percentpure.com. Our 100% PURE 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