Senetic Scraper — German IT & Electronics B2B Products & Prices
Pricing
Pay per event
Go to Apify Store

Senetic Scraper — German IT & Electronics B2B Products & Prices
Scrape products, prices, and availability from senetic.de. Export to JSON, CSV, or Excel.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Senetic Scraper
Scrape IT hardware and software products from senetic.de, a European B2B technology reseller. Covers servers, networking gear, laptops, peripherals, and software licenses.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (default: "laptop") |
categoryUrls | array | Category page URLs |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | string | "HP ProBook 450 G10 i5-1335U" |
brand | string | "HP" |
price | number | 879.00 |
originalPrice | number | 1049.00 |
currency | string | "EUR" |
sku | string | "816C7EA" |
inStock | boolean | true |
rating | number | 4.5 |
reviewCount | number | 12 |
url | string | Product URL |
imageUrl | string | Product image |
category | string | "Notebooks" |
description | string | Product description |
How it works
- Listing pages: finds product cards and enqueues detail page URLs
- Detail pages: extracts structured data from itemprop attributes and HTML elements
- Pagination via
rel="next"links
Notes
- German prices: "1.234,56 EUR"
- Stock detected from schema.org availability attributes
- Product links extracted from card containers with
product-cardorproduct-itemclasses