---
title: Extract Website Contact Info API
slug: crawl-contact-signals
url: https://apyhub.com/dosvak/service/crawl-contact-signals
provider: Dosvak LLC
categories: [Data Extraction, Marketing]
tags: [web-scraping, contact-extraction, lead-enrichment, social-profiles, email-finding, phone-extraction]
auth: api_key
---

# Extract Website Contact Info API

Crawl a website and extract emails, phones, addresses, business names, named entities, and social profiles for lead enrichment.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Crawls a website starting from the submitted url and extracts contact and social signa… | 100 |

## About

## What it does
Contact Signals Crawl scans a website and extracts contact and social data from the pages it visits. Send a `url`, optionally set `max_pages` up to 25, and choose whether to `include_entities`.

Use it when you need to enrich a lead list, build a directory, or verify the public contact details on a company site. The crawl starts from the URL you provide and can follow through to a final destination URL. The response includes the original `url`, `final_url`, `pages_scanned`, and any discovered `emails`, `phones`, `addresses`, `business_names`, `named_entities`, and `social_profiles`.

The extracted social profiles include both the profile `url` and detected `network`. Named entities are returned as objects with `text` and `label`, which is useful when you want to feed company, person, or location mentions into downstream enrichment or search workflows.

Contact Signals Crawl is a fit for lead generation, sales ops, and data enrichment pipelines where you need structured contact signals from public websites instead of scraping raw HTML yourself.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/crawl-contact-signals
