Instagram Email Scraper & Phone Scraper API avatar
Instagram Email Scraper & Phone Scraper API

Pricing

from $12.00 / 1,000 results

Go to Apify Store
Instagram Email Scraper & Phone Scraper API

Instagram Email Scraper & Phone Scraper API

This Actor is a simple Instagram username → contact details lookup. You give it an Instagram username, and it returns: - an email + phone (when found), or - an email only (when only email is found)

Pricing

from $12.00 / 1,000 results

Rating

0.0

(0)

Developer

Aditya

Aditya

Maintained by Community

Actor stats

0

Bookmarked

22

Total users

18

Monthly active users

19 days

Issues response

a month ago

Last modified

Share

This Actor is the best and most cost effective Instagram username → contact details lookup.

You give it an Instagram username, and it returns:

  • an email + phone (when found), or
  • an email only (when only email is found), or
  • an error when nothing is found

What you send (Input)

Option A — Single username

Run the Actor with:

{
"username": "demo_user"
}

Option B — Bulk usernames

Run the Actor with:

{
"usernames": ["demo_user", "some_other_user", "another_user"]
}

Notes:

  • You can paste usernames with extra spaces or a leading @ — they will be normalized.
  • Bulk runs are processed sequentially (1-by-1).

What you get back (Responses)

1) Email + Phone found

{
"email": "email@gmail.com",
"phone": "+14370006380"
}

2) Email found (phone not available)

{
"email": "{{ $json.email_in_bio }}"
}

3) Nothing found

{
"error": "email_phone_not_found"
}

Output format (Bulk runs)

If you submit multiple usernames, the Actor writes one row per username to the Apify Dataset.

Each row follows the same meaning as above:

  • If found: email and optionally phone
  • If not found: error: email_phone_not_found

Example Dataset items:

{ "username": "demo_user", "email": "demo@gmail.com", "phone": "+14379996380" }
{ "username": "some_other_user", "email": "contact@domain.com" }
{ "username": "another_user", "error": "email_phone_not_found" }

Common usage

  • Lead enrichment for outreach
  • Creator / business contact discovery
  • Cleaning and validating Instagram lead lists