# Gyms and Fitness Centers in Geelong Scraper

**Use case:** 

Scrape phone numbers and addresses of gyms in Geelong from Infobel.

## Input

```json
{
  "searchUrls": [
    "https://www.infobel.com/en/australia/business/10000/sports/geelong"
  ],
  "maxBusinesses": 40
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Infobel Business Directory Phone & Address Scraper](https://apify.com/scrapers_lat/infobel-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/infobel-business-scraper) to learn more, explore other use cases, and run it yourself.