Steel City Collectibles Scraper - Cards & Boxes avatar

Steel City Collectibles Scraper - Cards & Boxes

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Steel City Collectibles Scraper - Cards & Boxes

Steel City Collectibles Scraper - Cards & Boxes

Scrape sports card & TCG product listings from SteelCityCollectibles.com. Get title, sport/category, product type, price, sale/MSRP, availability, presale, image, and URL. Search by keyword like 'pokemon' or 'baseball' — paginated to Max Results.

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

Steel City Collectibles Scraper

Scrape product listings from Steel City Collectibles — a leading sports card & trading card game (TCG) retailer selling sealed boxes, cases, packs, singles, and supplies.

What it does

Given one or more search keywords, this Actor searches SteelCityCollectibles.com and returns every matching product with structured fields, paginating through the full result set up to your Max Results limit.

Input

FieldTypeDescription
searchQueriesarrayKeywords to search (e.g. pokemon, baseball, 2025 topps). Each is paginated fully.
maxResultsintegerCap on total listings across all queries. 0 = unlimited. Default 100.
proxyConfigurationobjectOptional proxy. Works best WITHOUT a proxy (the default).

Example

{
"searchQueries": ["pokemon"],
"maxResults": 100
}

Output

Each dataset item:

{
"itemId": 440591,
"title": "Pokemon Mega Forces Tin Case",
"category": "Baseball",
"sport": "Baseball",
"nsCategory": null,
"productType": "case",
"price": 239.95,
"salePrice": null,
"regPrice": 239.95,
"msrp": null,
"onSale": false,
"currency": "USD",
"availableQty": 3,
"availability": "In Stock",
"presale": true,
"releaseDate": "8/28/26",
"isClearance": false,
"image": "https://www.steelcitycollectibles.com/storage/img/uploads/products/large/mega-forces-3-tin-lot30931599.jpg",
"url": "https://www.steelcitycollectibles.com/i/pokemon-mega-forces-tin-case",
"searchQuery": "pokemon",
"scrapedAt": "2026-07-09T00:00:00.000Z"
}
FieldDescription
titleProduct name
category / sport / nsCategorySport (baseball, basketball, …) or non-sport category
productTypeConfiguration: box, case, pack, lot, display_box, etc.
priceCurrent selling price
salePriceSale price when on sale
regPriceRegular price
msrpManufacturer list price when available
onSaleWhether the item is on sale
availableQty / availabilityOn-hand quantity and In Stock / Out of Stock
presale / releaseDatePresale flag and release date
image / urlMain product image and product page URL

Use cases

  • Track sealed sports-card and Pokemon box/case pricing and availability
  • Monitor presales and release calendars for hobby product
  • Build price-comparison and arbitrage tools across card retailers
  • Feed inventory and MSRP data into dashboards

Notes

Data is read from the storefront's embedded product JSON, making extraction resilient to layout changes. Please scrape responsibly and respect the site's terms of service.