# Velib CityBikes Live Stations

**Use case:** 

Explore velib with CityBikes Live Stations Scraper - Bike Availability. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "networkId": "velib",
  "maxResults": 3
}
```

## Output

```json
{
  "station_id": {
    "label": "Station Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "free_bikes": {
    "label": "Free Bikes",
    "format": "text"
  },
  "empty_slots": {
    "label": "Empty Slots",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "date"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "electric_bikes": {
    "label": "Electric Bikes",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [CityBikes Live Stations Scraper - Bike Availability](https://apify.com/benthepythondev/citybikes-live-stations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/citybikes-live-stations-scraper) to learn more, explore other use cases, and run it yourself.