Bike Components (bike-components.de) data extractor — Bike Components Bike Components De Extractor
Extracts products titles, prices, images and availability. Does NOT extract product details. Uses Crawlee.
1 credits per request
~30s
4 runs
Features
Product Data Extraction
JSON/CSV Export
Price Monitoring
Product Reviews
Inventory Tracking
Use Cases
Price Monitoring
Market Research
Competitive Intelligence
Catalog Aggregation
What This Tool Does
Bike Components (bike-components.de) data extractor — Extracts products titles, prices, images and availability. Does NOT extract product details. Uses Crawlee.
Use Cases
- Price Monitoring
- Market Research
- Competitive Intelligence
- Catalog Aggregation
Data Fields
The output fields depend on the source data and tool configuration. Common fields include:
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the result item |
| url | string | Source URL |
| title | string | Title or name |
| content | string | Main text content |
| timestamp | string | Date/time in ISO 8601 format |
| metadata | object | Additional fields specific to this tool |
Example Request
{
"mode": "TEST"
}
Example Response
{
"id": "item-001",
"url": "https://example.com/page",
"title": "Example Result",
"content": "Extracted content from the source.",
"timestamp": "2024-01-15T10:30:00.000Z",
"metadata": {}
}
Limits and Tips
- Processing time varies by input size and source complexity.
- Results are returned as a JSON array. An empty array means no data matched the input.
- Check the input schema for required and optional parameters before running.
- For large result sets, use the max results parameter to control cost.
On this page