Teknikmagasinet Scraper — Swedish Electronics, Gadgets & Tech P avatar

Teknikmagasinet Scraper — Swedish Electronics, Gadgets & Tech P

Pricing

Pay per event

Go to Apify Store
Teknikmagasinet Scraper — Swedish Electronics, Gadgets & Tech P

Teknikmagasinet Scraper — Swedish Electronics, Gadgets & Tech P

Scrape products, prices, specs, and availability from teknikmagasinet.se — Sweden's popular electronics and gadgets store. Supports search queries and category browsing.

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

5 days ago

Last modified

Categories

Share

Teknikmagasinet Scraper

Pulls product listings and detail pages from Teknikmagasinet (teknikmagasinet.se), a Swedish gadget and electronics retailer.

What you get

For each product: name, brand, current price in SEK, original price if on sale, image, rating, and category breadcrumbs. The scraper visits listing pages first, then follows links to individual product pages for richer data (JSON-LD when available).

Input

FieldTypeRequiredDescription
categoryUrlStringNoA category page URL on teknikmagasinet.se
searchQueryStringNoKeyword search (default: "gadget")
maxResultsIntegerNoMax products to return (default: 100)
proxyConfigurationObjectNoProxy settings

If neither categoryUrl nor searchQuery is provided, it defaults to searching for "gadget".

Output

{
"name": "JBL Flip 6 Bluetooth-hogtalare",
"brand": "JBL",
"price": 1299,
"originalPrice": 1499,
"currency": "SEK",
"url": "https://www.teknikmagasinet.se/p/jbl-flip-6",
"imageUrl": "https://www.teknikmagasinet.se/images/jbl-flip-6.jpg",
"inStock": true,
"category": "Ljud > Bluetooth-hogtalare",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Notes

  • Prices are in Swedish Kronor (SEK).
  • Pagination is handled automatically via "Nasta" (Next) links or page parameter increments.
  • Product detail pages yield the most complete data (EAN, SKU, description, reviews).
  • Listing cards give you the basics (name, price, image) without needing the detail page visit.