Reebok Products Scraper avatar

Reebok Products Scraper

Pricing

Pay per usage

Go to Apify Store
Reebok Products Scraper

Reebok Products Scraper

Scrape Reebok's complete product catalog including prices, descriptions, images, sizes & availability. Ideal for price monitoring, competitive intelligence, market research & dropshipping. Real-time structured data for ecommerce analytics & retail intelligence platforms.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract product data from Reebok.com search pages, product pages, and collection pages. Collect prices, availability, descriptions, variants, images, tags, and product URLs for catalog research, price monitoring, and ecommerce analysis.

Features

  • Search products by URL or keyword - Use a Reebok search URL such as q=shirt, a direct product URL, a collection URL, or a plain keyword.
  • Collect product details - Gather names, product types, descriptions, prices, images, tags, variants, SKUs, and availability.
  • Handle pagination - Scan product feed pages for larger collection and keyword runs.
  • Clean dataset output - Empty and always-null values are removed from saved records.
  • Ready for exports - Use the dataset in JSON, CSV, Excel, XML, or connected Apify integrations.

Use Cases

Product Research

Build product lists for Reebok footwear, apparel, and accessories. Compare product types, tags, colors, sizes, and availability before planning assortments.

Price Monitoring

Track current prices and compare-at prices across search terms or collections. Use repeated runs to watch sale changes and product availability.

Ecommerce Analysis

Collect structured catalog data for dashboards, reports, and merchandising reviews. Variant and image data help teams inspect product coverage in detail.

Competitor Tracking

Monitor Reebok.com product pages and collections to understand launches, markdowns, and category movement.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNo-Reebok search, product, or collection URL.
keywordStringNo-Search keyword used when no URL is supplied.
results_wantedIntegerNo20Maximum number of products to collect.
max_pagesIntegerNo5Maximum product feed pages to scan.
proxyConfigurationObjectNoApify Proxy offProxy settings for the run.

Output Data

Each dataset item can contain:

FieldTypeDescription
product_idIntegerReebok product identifier.
titleStringProduct title.
handleStringProduct URL handle.
urlStringProduct page URL.
vendorStringProduct vendor.
product_typeStringProduct category or type.
description_textStringPlain text product description.
availableBooleanProduct availability status.
priceNumberLowest current price.
compare_at_price_minNumberLowest compare-at price when available.
image_urlStringPrimary product image.
tagsArrayProduct tags.
variantsArrayVariant details including SKUs, sizes, colors, and prices.
imagesArrayProduct image records.
published_atStringProduct publish date when available.

Usage Examples

Search URL

{
"startUrl": "https://www.reebok.com/pages/search-results?q=shirt&current=3",
"results_wanted": 20,
"max_pages": 5
}
{
"keyword": "running shoes",
"results_wanted": 30,
"max_pages": 6
}

Collection URL

{
"startUrl": "https://www.reebok.com/collections/shoes",
"results_wanted": 100,
"max_pages": 4
}

Sample Output

{
"product_id": 9959857455408,
"title": "Men's Identity Small Logo T-Shirt",
"handle": "reebok-mens-qt-identity-small-logo-t-shirt-white-166149",
"url": "https://www.reebok.com/products/reebok-mens-qt-identity-small-logo-t-shirt-white-166149",
"vendor": "Reebok",
"product_type": "T-Shirts",
"available": true,
"price": 19.97,
"compare_at_price_min": 25,
"currency": "USD",
"image_url": "https://cdn.shopify.com/s/files/1/0862/7834/0912/files/100268202_F_Model_eCom.jpg",
"variant_count": 6,
"skus": ["100268202-S", "100268202-M"]
}

Tips for Best Results

Use Specific Inputs

  • Use direct product URLs for one item.
  • Use collection URLs for broad category collection.
  • Use concise keywords such as shirt, running shoes, or club c.

Set Practical Limits

  • Start with 20 results for testing.
  • Increase results_wanted for larger exports.
  • Raise max_pages when a keyword needs broader matching.

Proxy Configuration

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Integrations

Connect your data with:

  • Google Sheets - Review products in spreadsheets.
  • Airtable - Build a searchable product catalog.
  • Slack - Send run notifications.
  • Webhooks - Push results to your own systems.
  • Make - Automate ecommerce workflows.
  • Zapier - Trigger actions from new datasets.

Export Formats

  • JSON - For apps and data pipelines.
  • CSV - For spreadsheet analysis.
  • Excel - For business reporting.
  • XML - For system imports.

Frequently Asked Questions

Can I scrape a Reebok search URL?

Yes. Paste a Reebok search URL with a q parameter, and the actor will collect products for that search.

Can I use only a keyword?

Yes. Provide keyword when you don't want to paste a URL.

Can I scrape collection pages?

Yes. Collection URLs such as /collections/shoes are supported and can return many products through pagination.

Why do some fields not appear in every item?

Only values provided by Reebok.com are saved, and empty fields are removed from each record.

How many products can I collect?

You can set results_wanted to the number you need. Larger runs should use a reasonable max_pages value.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with website terms of service and applicable laws. Use data responsibly and respect rate limits.