---
title: Extract Contact Information API
slug: extract-contact-information
url: https://apyhub.com/chisleroff/service/extract-contact-information
provider: Website Intelligence
categories: [Data Extraction, Data Validation, Marketing]
tags: [scraping, extraction, data-extraction, contact]
auth: api_key
---

# Extract Contact Information API

Extract emails, phones, addresses, and social links from a webpage URL. Useful for lead enrichment, site audits, and contact validation.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/chisleroff/extract/contact` | What it does Extracts contact details from a webpage identified by URL and returns the discovered c… | 100 |

## About

## What it does
Contact Extraction pulls contact details from a webpage URL and returns the values it finds in a structured response. Send a page URL, and extract emails, phone numbers, addresses, and social links from the content.

Use Contact Extraction when you need to turn public web pages into usable lead or contact records. The request body only needs a `url`, so it fits cleanly into scraping workflows, prospecting pipelines, or site audits where you want to verify whether a business page exposes contact information.

The response includes `emails`, `phones`, `addresses`, and `social_links`, plus a `source_url` so you can trace the result back to the page that was processed. It also returns `confidence` scores for `emails`, `phones`, and `social`, which can help you filter low-quality matches or prioritize manual review.

If you are building enrichment or validation steps around website content, Contact Extraction gives you the contact fields in a predictable JSON format without forcing you to parse the page yourself.

## Usage

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