Tradeinn Scraper — EU Sports & Outdoor Marketplace Products & P
Pricing
from $2.00 / 1,000 result scrapeds
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
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrl | String | No | Category URL from any Tradeinn sub-store |
searchQuery | String | No | Search term (default: "running shoes") |
maxResults | Integer | No | Maximum products to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings for large-scale scraping |
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
name | String | "Salomon Speedcross 6 Trail Running Shoes" |
brand | String | "Salomon" |
price | Number | 109.99 |
originalPrice | Number | 139.99 |
currency | String | "EUR" |
inStock | Boolean | true |
category | String | "Running > Trail Running > Shoes" |
url | String | Full product page URL |
imageUrl | String | Primary product image URL |
scrapedAt | String | ISO 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
- Create an Apify account (free tier available)
- Open the Tradeinn Scraper actor page
- Enter a search query (e.g. "running shoes") or paste a sub-store category URL
- Click "Start" to begin scraping
- 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_saleCSS class patterns - Pagination follows "Next"/"Siguiente" links or increments
?page=N - The default search URL uses
/trekkinn/en/searchbut 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