---
title: "Track Bike24 prices and stock for a product category"
slug: "bike24-category-price-and-stock-tracker"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/bike24-category-price-and-stock-tracker"
actor: "Bike24 Scraper: Cycling Product Prices, Stock & Specs"
actor_url: "https://automationbyexperts.com/apify/bike24-result-scraper"
apify_url: "https://apify.com/fayoussef/bike24-result-scraper/examples/bike24-category-price-and-stock-tracker?fpr=youssef&fp_sid=abe_ex_bike24-category-price-and-stock-tracker"
price: "$0.0005"
price_unit: "per result"
---

# Track Bike24 prices and stock for a product category

Reads every product in a Bike24 category and returns name, brand, gross and net price, RRP and discount, SKU and GTIN, rating and real time stock per variant. Schedule it daily to see price moves and sell outs across the category before your competitors do.

**Run it:** [Track Bike24 prices and stock for a product category on Apify](https://apify.com/fayoussef/bike24-result-scraper/examples/bike24-category-price-and-stock-tracker?fpr=youssef&fp_sid=abe_ex_bike24-category-price-and-stock-tracker)  
**Actor:** [Bike24 Scraper: Cycling Product Prices, Stock & Specs](https://automationbyexperts.com/apify/bike24-result-scraper)  
**Pricing:** $0.0005 per result

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://www.bike24.com/cycling/accessories/bike-bags/handlebar-bags"
    }
  ],
  "max_results": 200
}
```

## What every run returns

- `Product name & brand`
- `Current price (€)`
- `Original price & discount`
- `Variant (size/colour)`
- `Stock count per variant`
- `Delivery estimate`
- `Technical specifications`
- `Product images`
- `Category & breadcrumb`
- `EAN / product code`
- `Customer ratings`
- `Listing URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
