Partykungen Scraper — Swedish Party Supplies & Costumes avatar

Partykungen Scraper — Swedish Party Supplies & Costumes

Pricing

Pay per event

Go to Apify Store
Partykungen Scraper — Swedish Party Supplies & Costumes

Partykungen Scraper — Swedish Party Supplies & Costumes

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor 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

FieldTypeDescription
searchQuerystringSearch term (e.g., "halloween", "ballong")
categoryUrlsarrayCategory page URLs from partykungen.se
maxResultsintegerLimit on results (default: 100)
proxyConfigurationobjectProxy settings

No input? It defaults to searching "halloween" as a demo.

Output

FieldTypeExample
namestring"Halloweendräkt Häxa Deluxe"
brandstring"Partykungen"
pricenumber299
originalPricenumber399
currencystring"SEK"
skustring"PK-12345"
eanstring"7340012345678"
inStockbooleantrue
ratingnumber4.2
urlstringFull product URL
imageUrlstringProduct image
categorystring"Halloween > Dräkter"
specsobjectKey-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 .html URL suffix
  • SEK currency only
  • Stock status detected from Swedish text patterns ("i lager", "slut")