# iGlobal Marketing Agency Scraper

**Use case:** 

Scrape iGlobal marketing agency listings in the United States with addresses, phones, emails, websites, and profile snippets.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.iglobal.co/united-states/search/marketing"
    }
  ],
  "query": "marketing agency",
  "country": "united-states",
  "maxPages": 2,
  "maxResults": 75,
  "includeDetails": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "text"
  },
  "profileUrl": {
    "label": "iGlobal profile",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "categoryTags": {
    "label": "Categories",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "statusBadge": {
    "label": "Status",
    "format": "text"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [iGlobal Business Directory Scraper](https://apify.com/automation-lab/iglobal-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/iglobal-business-directory-scraper) to learn more, explore other use cases, and run it yourself.