Tradeinn Scraper — EU Sports & Outdoor Marketplace Products & P avatar

Tradeinn Scraper — EU Sports & Outdoor Marketplace Products & P

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
Tradeinn Scraper — EU Sports & Outdoor Marketplace Products & P

Tradeinn Scraper — EU Sports & Outdoor Marketplace Products & P

Scrape products, prices, specs, and availability from tradeinn.com — Europe's leading sports and outdoor marketplace. Supports search queries and category browsing.

Pricing

from $2.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

10 days ago

Last modified

Categories

Share

Tradeinn Scraper

Collects product data from Tradeinn (tradeinn.com), Europe's multi-sport marketplace covering running, diving, cycling, skiing, fishing, and more through sub-stores like Trekkinn, Swiminn, Bikeinn, etc. No login or cookies required.

Why use this actor?

Tradeinn operates 15+ specialized sports sub-stores (Trekkinn, Swiminn, Bikeinn, Snowinn, Diveinn, etc.) with millions of products from top brands. This scraper lets you extract product data across all sub-stores with a single actor -- perfect for price comparison, competitor analysis, and market research in the European sports equipment market.

Input

FieldTypeRequiredDescription
categoryUrlStringNoCategory URL from any Tradeinn sub-store
searchQueryStringNoSearch term (default: "running shoes")
maxResultsIntegerNoMaximum products to return (default: 100)
proxyConfigurationObjectNoProxy settings for large-scale scraping

Output

Each result contains:

FieldTypeExample
nameString"Salomon Speedcross 6 Trail Running Shoes"
brandString"Salomon"
priceNumber109.99
originalPriceNumber139.99
currencyString"EUR"
inStockBooleantrue
categoryString"Running > Trail Running > Shoes"
urlStringFull product page URL
imageUrlStringPrimary product image URL
scrapedAtStringISO 8601 timestamp

Example output

{
"name": "Salomon Speedcross 6 Trail Running Shoes",
"brand": "Salomon",
"price": 109.99,
"originalPrice": 139.99,
"currency": "EUR",
"url": "https://www.tradeinn.com/trekkinn/en/salomon-speedcross-6/...",
"inStock": true,
"category": "Running > Trail Running > Shoes",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

How to scrape Tradeinn data

  1. Create an Apify account (free tier available)
  2. Open the Tradeinn Scraper actor page
  3. Enter a search query (e.g. "running shoes") or paste a sub-store category URL
  4. Click "Start" to begin scraping
  5. Download results as JSON, CSV, or Excel when the run finishes

You can also call the actor via the Apify API or schedule recurring runs for automated price tracking.

Use cases

  • Price monitoring -- Track sports equipment prices across all Tradeinn sub-stores
  • Competitor analysis -- Compare Tradeinn prices with other European sports retailers
  • Market research -- Analyze brand distribution, pricing strategies, and product assortment
  • Deal hunting -- Find discounted products by comparing original and current prices
  • E-commerce feeds -- Export product catalogs for price comparison platforms

Supported sub-stores

Trekkinn, Swiminn, Bikeinn, Runnerinn, Snowinn, Diveinn, Motardinn, Waveinn, Goalinn, Smashinn, Traininn, Outletinn, Techinn, Xtremeinn, and Kidinn.

How it works

  • Listing pages: extracts product cards and follows links with /p/ or -p- patterns
  • Detail pages: JSON-LD Product schema first, HTML fallback for price/brand/description
  • Detects retail vs sale prices using price_retail / price_sale CSS class patterns
  • Pagination follows "Next"/"Siguiente" links or increments ?page=N
  • The default search URL uses /trekkinn/en/search but you can provide any sub-store URL

Integrations

Connect Tradeinn Scraper results to your existing tools:

  • Google Sheets -- Automatic export after every run
  • Slack / Email -- Get notified when prices drop on tracked products
  • Webhooks -- Push data to your own API endpoint
  • Zapier / Make -- Connect to 5,000+ apps without code

Cost estimate

HTTP-based scraper, no browser needed. Roughly $0.30 per 1,000 products.

Limitations

  • Tradeinn serves multiple languages and currencies. Results default to English/EUR.
  • Some product variants (sizes, colors) may appear as separate listings.
  • Data is scraped from the public website and may change without notice.

Changelog

  • v0.1 -- Initial release with search and category scraping across all sub-stores