Plantasjen Scraper — Scandinavian Garden & Plant Products
Pricing
Pay per event
Go to Apify Store

Plantasjen Scraper — Scandinavian Garden & Plant Products
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
2 days ago
Last modified
Categories
Share
Plantasjen Scraper
Extract product data from plantasjen.no, Norway's leading garden center chain. Covers plants, garden tools, pots, soil, outdoor furniture, and seasonal items.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (e.g., "plante", "hagemobel") |
categoryUrls | array | Category page URLs from plantasjen.no |
maxResults | integer | Cap on results (default: 100) |
proxyConfiguration | object | Proxy settings |
Defaults to searching "plante" if nothing is provided.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Lavendel" |
brand | string | "Plantasjen" |
price | number | 79 |
originalPrice | number | 99 |
currency | string | "NOK" |
sku | string | "NO-54321" |
ean | string | "7041234567890" |
inStock | boolean | true |
url | string | Full product URL |
imageUrl | string | Product image |
category | string | "Uteplanter > Stauder" |
description | string | Product description |
Technical notes
- The site uses Next.js; the scraper checks
__NEXT_DATA__for structured product data before falling back to HTML - Norwegian stock phrases: "pa lager" (in stock), "utsolgt" (sold out)
- Breadcrumb home label is "Hjem" or "Forside"
- Prices in NOK (Norwegian kroner)