OpenAI Email & Phone Extractor avatar

OpenAI Email & Phone Extractor

Pricing

$40.00 / 1,000 results

Go to Apify Store
OpenAI Email & Phone Extractor

OpenAI Email & Phone Extractor

Extract email addresses and phone numbers and social links from the page content using AI

Pricing

$40.00 / 1,000 results

Rating

0.0

(0)

Developer

Tin

Tin

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

6 days ago

Last modified

Share

OpenAI Email & Phone Extractor

OpenAI Email & Phone Extractor is an Apify actor that crawls web pages and uses AI to extract email addresses and phone numbers and social links from the page content. The actor loads web pages, collects their visible text and relevant HTML content, and sends the extracted data to an AI model for intelligent processing. The AI analyzes the content and returns structured contact information such as emails and phone numbers found on the page. It is build on top of Apify SDK and you can run it both on Apify platform and locally.

Input

Input is a JSON object with the following properties:

{
"startUrls": START_URLS,
"countryCode": COUNTRY_CODE
}

Example:

{
"startUrls": [
{
"url": "https://example.com/contact"
}
],
"countryCode": "US"
}

Output

Output is stored in a dataset. Example:

{
"url": "https://example.com/contact",
"emails": [
"info@example.com",
"support@example.com"
],
"phones": [
"+1 555-123-4567",
"+1 555-987-6543"
],
"linkedIns": [
"http://linkedin.com/company/apify",
"https://www.linkedin.com/company/apify/"
],
"twitters": [
"https://x.com/apify"
],
"instagrams": [],
"facebooks": [],
"youtubes": []
}

Compute units consumption

Keep in mind that it is much more efficient to run one longer scrape (at least one minute) than more shorter ones because of the startup time.

The average consumption is 1 Compute unit for 1000 actor pages scraped

Epilogue

Thank you for trying my actor. I will be very glad for a feedback that you can send to my email dtrungtin@gmail.com.