Partykungen Scraper — Swedish Party Supplies & Costumes
Pricing
Pay per event
Go to Apify Store

Partykungen Scraper — Swedish Party Supplies & Costumes
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Partykungen Scraper
Extract product data from partykungen.se, Sweden's go-to shop for party supplies, costumes, and event decorations. Built on Magento, so the scraper knows exactly where to find product data.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (e.g., "halloween", "ballong") |
categoryUrls | array | Category page URLs from partykungen.se |
maxResults | integer | Limit on results (default: 100) |
proxyConfiguration | object | Proxy settings |
No input? It defaults to searching "halloween" as a demo.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Halloweendräkt Häxa Deluxe" |
brand | string | "Partykungen" |
price | number | 299 |
originalPrice | number | 399 |
currency | string | "SEK" |
sku | string | "PK-12345" |
ean | string | "7340012345678" |
inStock | boolean | true |
rating | number | 4.2 |
url | string | Full product URL |
imageUrl | string | Product image |
category | string | "Halloween > Dräkter" |
specs | object | Key-value product attributes |
{"name": "Halloweendräkt Häxa Deluxe","price": 299,"currency": "SEK","url": "https://www.partykungen.se/halloweendrakt-haxa-deluxe.html","category": "Halloween > Dräkter","inStock": true,"scrapedAt": "2026-03-14T10:30:00.000Z"}
Cost
HTTP-only scraping. Roughly 800-1,200 products per $1 in credits.
Limitations
- Magento search uses
catalogsearch/result/endpoint - Product pages use
.htmlURL suffix - SEK currency only
- Stock status detected from Swedish text patterns ("i lager", "slut")