POCO Scraper — German Furniture & Home Discount Products & Pric
Pricing
from $5.00 / 1,000 result scrapeds
POCO Scraper — German Furniture & Home Discount Products & Pric
Scrape products, prices, and availability from POCO.de. Germany's popular furniture and home discount retailer. Supports category browsing, search queries, and full catalog via sitemap.
Pricing
from $5.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
POCO Scraper
Scrape furniture and home products from poco.de, a German discount furniture chain. The scraper reads JSON-LD structured data (ItemList on category pages, ProductGroup on detail pages), so the output is clean and reliable.
How it works
POCO embeds rich JSON-LD data on every page:
- Category pages contain
ItemListwith all visible products including price, availability, and images - Product pages use
ProductGroupwith variant data, strikethrough pricing, color, and size info
The scraper can start from search results, category URLs, or auto-discover via sitemap.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search poco.de (e.g., "schreibtisch") |
categoryUrls | array | Category page URLs |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
Without input, it fetches the sitemap and discovers categories + products automatically.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Schreibtisch Sonoma Eiche" |
brand | string | "POCO" |
price | number | 59.99 |
originalPrice | number | 89.99 |
currency | string | "EUR" |
sku | string | "123456" |
ean | string | "4001234567890" |
inStock | boolean | true |
color | string | "Sonoma Eiche" |
size | string | "120 x 60 cm" |
url | string | Product URL |
imageUrl | string | Main image |
description | string | Product description |
category | string | "Arbeitszimmer" |
Cost
Category pages return 20-50 products each in JSON-LD, so scraping is very efficient. Full catalog scrape runs about $2-3.
Notes
- Pagination uses
?p=Nparameter - Sitemap categories use
/k/paths; products use/p/ - StrikethroughPrice in
priceSpecificationindicates the original price