---
title: Extract Contact Information API
slug: extract-contact-information
url: https://apyverse.com/chisleroff/service/extract-contact-information
provider: Website Intelligence
categories: [Data Extraction, Marketing]
tags: [contact-extraction, web-scraping, email-extraction, phone-extraction, address-extraction, lead-enrichment]
auth: api_key
---

# Extract Contact Information API

Extract emails, phone numbers, addresses, and social links from a webpage URL. Useful for lead enrichment and contact lookup workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `websiteintelligence/extract/contact` | What it does Extracts contact information from a webpage given its URL. The request submits a webpa… | 100 |

## About

## What it does
Contact Extractor pulls contact details from a webpage URL and returns the results as structured data. Send it an http or https URL, and it scans the page for emails, phone numbers, addresses, and social links.

Use it when you need to turn a website into usable contact records without writing your own scraper. The response includes `emails`, `phones`, `addresses`, `social_links`, and a `source_url` so you can trace where the data came from. It also returns confidence values for `emails`, `phones`, and `social`, which helps you decide whether to trust or review the match.

This is useful for lead enrichment, directory building, vendor lookup, and basic contact validation workflows. For example, you can feed company profile pages into Contact Extractor to collect public contact details before syncing them into a CRM or internal database.

The output stays simple and readable: arrays for each contact type, an object for social URLs, and confidence scores for automated scoring or follow-up checks.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/chisleroff/service/extract-contact-information
