Plantagen Scraper — Nordic Garden, Plants & Outdoor Living
Pricing
Pay per event
Plantagen Scraper — Nordic Garden, Plants & Outdoor Living
Scrape plants, garden tools, outdoor furniture, and gardening products from plantagen.se — Sweden's largest garden center chain. Supports search queries and category browsing.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Plantagen Scraper
Scrape garden plants, pots, soil, and outdoor living products from plantagen.se (Plantasjen's Swedish site). The scraper fetches product URLs from an external sitemap, then visits each product page to extract JSON-LD structured data.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Filter sitemap URLs by keyword (e.g., "rosor", "jord") |
categoryUrl | string | Category path or direct product URL |
maxResults | integer | Max products (default: 100) |
proxyConfiguration | object | Proxy settings |
Leave everything empty to scrape the entire product catalog from the sitemap.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Rosmarin" |
brand | string | "Plantagen" |
price | number | 49 |
currency | string | "SEK" |
sku | string | "12345" |
ean | string | "7312345678901" |
inStock | boolean | true |
rating | number | 4.5 |
reviewCount | number | 12 |
url | string | Full product URL |
imageUrl | string | Product image |
imageUrls | array | All images |
description | string | Product description |
category | string | "Utomhusvaxter > Kryddvaxter" |
specs | object | Technical specifications |
Cost
Each product requires one HTTP request. Budget about $1 per 1,000 products.
Technical details
- The product sitemap lives at
plantasjen.zco.dev/storage/v1/object/public/sitemaps/plantagen/plantagen-sitemap-products-se - Product URLs contain
/se/p/path segments - Search filtering matches keywords against URL slugs (Swedish chars are normalized)
- Stock detection uses Swedish text: "I lager", "Slutsald", etc.