# Us GBFS Bike Sharing

**Use case:** 

Explore US with GBFS Bike Sharing Scraper - System Directory. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "",
  "countryCode": "US",
  "maxResults": 3
}
```

## Output

```json
{
  "system_id": {
    "label": "System Id",
    "format": "text"
  },
  "country_code": {
    "label": "Country Code",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "system_url": {
    "label": "System Url",
    "format": "link"
  },
  "gbfs_url": {
    "label": "Gbfs Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GBFS Bike Sharing Scraper - System Directory](https://apify.com/benthepythondev/gbfs-bike-sharing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/gbfs-bike-sharing-scraper) to learn more, explore other use cases, and run it yourself.