# Find marketing-agency contact info for outreach

**Use case:** 

Scrape phone numbers and emails from marketing-agency websites for partnership and B2B sales outreach. No API key needed.

## Input

```json
{
  "urls": [
    "https://www.smartbugmedia.com"
  ],
  "crawl_contact_pages": true,
  "max_pages_per_site": 5,
  "request_timeout_secs": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "value": {
    "label": "Contact",
    "format": "text"
  },
  "url": {
    "label": "Found on",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact Scraper — Emails, Phones & Socials](https://apify.com/nexgendata/contact-info-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/contact-info-scraper) to learn more, explore other use cases, and run it yourself.