BigBadToyStore Scraper - Collectibles, Toys & Action Figures avatar

BigBadToyStore Scraper - Collectibles, Toys & Action Figures

Pricing

Pay per usage

Go to Apify Store
BigBadToyStore Scraper - Collectibles, Toys & Action Figures

BigBadToyStore Scraper - Collectibles, Toys & Action Figures

Scrape BigBadToyStore product search. Get title, brand/line, category, price, MSRP, discount, availability (in stock/pre-order), release date, image and URL for Transformers, Marvel Legends, anime figures and more.

Pricing

Pay per usage

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

BigBadToyStore Scraper

Scrape product search results from BigBadToyStore — a major retailer of collectibles, action figures, statues and imports (Transformers, Marvel Legends, anime figures, Gundam and more).

What it does

Give it one or more search queries and it returns structured product data:

  • title — product name
  • brand — brand shown on the card / product page
  • line — series / product line (e.g. "Transformers Masterpiece")
  • category — department (e.g. "Figures")
  • price — current price (USD)
  • msrp — non-sale / list price
  • discount / discountPercent — savings vs. MSRP
  • availability — In Stock, Pre-Order, Sold Out, Waitlist, etc.
  • releaseDate — estimated arrival (e.g. "May 2027")
  • imageUrl — product image
  • url — product page link
  • plus productTypes, manufacturers, characters, query, scrapedAt

Input

{
"searchQueries": ["transformers", "marvel legends"],
"maxItems": 100,
"scrapeDetails": true,
"proxyConfiguration": { "useApifyProxy": false }
}
FieldTypeDefaultDescription
searchQueriesstring[]["transformers"]Search terms to run
maxItemsinteger100Max products per query
scrapeDetailsbooleantrueFetch each product page for category, line, MSRP, discount and release date
proxyConfigurationobjectno proxyOptional proxy settings

With scrapeDetails: false the actor is faster and returns the search-card fields only (title, brand, price, availability, image, url).

Output

Results are pushed to the default dataset. Example record:

{
"title": "Transformers Masterpiece G MPG-25 Broadcast & Steeljaw Action Figure Two-Pack",
"brand": "Transformers",
"line": "Transformers Masterpiece",
"category": "Figures",
"price": 174.99,
"msrp": 174.99,
"discount": 0,
"discountPercent": 0,
"availability": "Pre-order",
"releaseDate": "May 2027",
"imageUrl": "https://images.bigbadtoystore.com/...",
"url": "https://www.bigbadtoystore.com/product/...-192307"
}

Notes

  • Pricing is pay-per-result. Failed/empty runs write a DIAGNOSTIC to the key-value store instead of billing you for error rows.
  • This is an unofficial scraper and is not affiliated with BigBadToyStore.