Toynk Scraper - Toys, Collectibles & Pop Culture avatar

Toynk Scraper - Toys, Collectibles & Pop Culture

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Toynk Scraper - Toys, Collectibles & Pop Culture

Toynk Scraper - Toys, Collectibles & Pop Culture

Scrape Toynk (toynk.com) for toys, collectibles, Funko Pops, apparel and pop-culture merch. Get product name, brand, price, category, availability, image and URL by collection or search query.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Toynk Scraper

Scrape Toynk — a toys, collectibles and pop-culture merchandise retailer (Funko Pops, action figures, apparel, home & kitchen, costumes and more).

What it does

Pulls product data straight from Toynk's public Shopify JSON endpoints. Two modes:

  • Collection mode (default): paginate a collection (all, funko-pop, new-arrivals, action-figures, apparel, or any collection handle from toynk.com).
  • Search mode: pass one or more searchQueries and get matching products.

Input

FieldTypeDescription
searchQueriesarrayOptional search terms (e.g. funko pop, star wars). Leave empty to scrape a collection.
collectionstringCollection handle to scrape (default all).
maxItemsintegerMax number of products to return (default 100).
onlyAvailablebooleanOnly return in-stock products.
proxyConfigurationobjectOptional proxy (not required — site serves open JSON).

Output

Each record includes:

{
"productId": 8275248414842,
"title": "The Office Funko Pop! Oscar Martinez",
"brand": "Funko",
"category": "Collectibles",
"subCategory": "Funko Pop",
"productType": "Collectibles-Funko Pop",
"price": "$12.99",
"priceNum": 12.99,
"compareAtPrice": "$14.99",
"available": true,
"availability": "In Stock",
"sku": "889698...",
"tags": ["Funko", "The Office"],
"imageUrl": "https://cdn.shopify.com/...",
"url": "https://www.toynk.com/products/the-office-funko-pop-oscar-martinez",
"handle": "the-office-funko-pop-oscar-martinez",
"scrapedAt": "2026-07-30T00:00:00.000Z"
}

Notes

  • Pricing is pay-per-result: you're charged per product returned.
  • Data comes from Toynk's public product JSON — no login required.