Prisma Scraper — Finnish Grocery & Department Store Products
Pricing
Pay per event
Go to Apify Store

Prisma Scraper — Finnish Grocery & Department Store Products
Scrapes products from prisma.fi with prices, availability, and details.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Prisma Scraper
Scrape grocery and household products from prisma.fi, one of Finland's major supermarket chains run by the S Group cooperative. Covers food, beverages, cleaning supplies, and general merchandise.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Finnish search term (default: "kahvi" for coffee) |
categoryUrl | string | Prisma.fi category URL |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | string | "Juhla Mokka kahvi 500g" |
brand | string | "Paulig" |
price | number | 5.99 |
originalPrice | number | 7.49 |
currency | string | "EUR" |
ean | string | "6411300000000" |
productId | string | Product slug or ID |
inStock | boolean | true |
unitPrice | string | "11,98 EUR/kg" |
url | string | Full product URL |
imageUrl | string | Product image |
category | string | "Kahvit" |
Notes
- Product URLs use
/tuote/path - Finnish search endpoint:
/haku?search= - Stock detection uses Finnish terms: "varastossa", "saatavilla", "tilattavissa"
- Pagination: "Seuraava" (Next) link
- Includes unit pricing where available (per kg, per liter, etc.)