About.Me Phone Number Scraper - Carrier & Line Type Lookup avatar

About.Me Phone Number Scraper - Carrier & Line Type Lookup

Pricing

from $1.99 / 1,000 results

Go to Apify Store
About.Me Phone Number Scraper - Carrier & Line Type Lookup

About.Me Phone Number Scraper - Carrier & Line Type Lookup

๐Ÿ“ž About.me Phone Number Scraper extracts public numbers by keyword and location. โœ… Validates every number, detects line type (mobile, landline, VoIP) and returns carrier and country data. ๐ŸŽฏ Accurate About.me phone extraction.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

Parse Point

Parse Point

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Share

About.Me Phone Number Scraper ๐Ÿ”

About.Me Phone Number Scraper helps marketers, recruiters, sales pros, and researchers discover phone numbers from publicly available About.Me profiles faster than manual searching. It supports About.Me data extraction with keyword targeting, location filtering, and country selection, making it a practical contact information scraper for lead generation, phone lookup, and public profile scraping at scale. ๐Ÿ“ž

๐ŸŒŸ Key Features of About.Me Phone Number Scraper

FeatureBenefit
โœ… Targeted Keyword SearchUses your keywords to find relevant About.Me profiles and surface better-fit contacts.
โœ… Location FilteringNarrow results by location when you want more focused About.Me leads.
โœ… Country TargetingSelect the country to improve phone number extraction for your market.
โœ… Bulk ExtractionDesigned for larger runs, so you can collect many results without doing it manually.
โœ… Max Results ControlStop after a set number of phone numbers to manage run size and duration.
โœ… Built-in Proxy SupportIncludes proxy support for more reliable scraping of public web data.
โœ… Progress SavingSaves progress during a run so it can continue from where it left off.

๐Ÿ“ฅ Input โ€” About.Me Phone Number Scraper Parameters

{
"keywords": [
"marketing",
"founder"
],
"location": "London",
"country": "United Kingdom (+44)",
"maxPhoneNumbers": 20
}
ParameterTypeRequiredDefaultDescription
keywordsArrayYes["marketing","founder"]Search terms used to find relevant About.Me profiles.
locationStringNo""Optional location filter such as a city or region. Leave empty for a broader search.
countryStringYesUnited Kingdom (+44)Country targeting used to focus phone number extraction on a specific country.
maxPhoneNumbersIntegerNo20Stops the run after this many phone numbers are found. Higher values may take longer.

๐Ÿ“ค Output โ€” What About.Me Phone Number Scraper Returns

The actor saves each result as a JSON record in your Apify dataset. ๐Ÿ“ฆ

{
"keyword": "marketing",
"title": "Sarah Thompson",
"description": "Brand strategist and digital consultant based in Manchester. Contact for partnerships and media enquiries.",
"url": "https://about.me/sarahthompson",
"phone_number": "+44 7700 900123",
"country": "United Kingdom",
"dial_code": "+44"
}
FieldLabelFormatDescription
keywordKeywordtextThe keyword that led to this result.
titleTitletextThe page title associated with the About.Me profile.
descriptionDescriptiontextThe visible profile text captured for the result.
urlUrllinkDirect link to the About.Me profile.
phone_numberPhone NumbertextThe phone number found in publicly available content.
countryCountrytextThe selected country associated with the result.
dial_codeDial CodetextThe dialing code for the selected country.

๐Ÿ’ป How to Use About.Me Phone Number Scraper โ€” Step-by-Step

  1. Open the Actor โ€” Find About.Me Phone Number Scraper on Apify and open the input form.
  2. Enter Keywords โ€” Add the terms you want to use for About.Me contact discovery.
  3. Choose a Country โ€” Select the country that best matches your target audience.
  4. Set a Location (optional) โ€” Narrow the search with a city or region if needed.
  5. Set Max Phone Numbers (optional) โ€” Limit the run if you only need a specific number of results.
  6. Run the Actor โ€” Start the scrape and monitor progress in the logs.
  7. Export Results โ€” Download the dataset and use the structured phone number extraction output in your workflow.

๐Ÿ’ก Best Use Cases for About.Me Phone Number Scraper

  • ๐ŸŽฏ Lead Generation โ€” Build targeted About.Me leads for outreach campaigns.
  • ๐Ÿ“ฃ Contact Discovery โ€” Find public phone numbers for sales, partnerships, or research.
  • ๐Ÿค Recruitment โ€” Locate professional contact details from public profiles.
  • ๐Ÿ”ฌ Market Research โ€” Analyze public profile data across keywords and countries.
  • ๐Ÿ“Š CRM Enrichment โ€” Add public phone numbers to existing contact records.

Disclaimer

This actor only accesses publicly available data on About.Me. It does not access private profiles, authenticated content, or password-protected pages. Users are responsible for complying with applicable laws, platform terms, and anti-spam rules when using this web scraping tool. It is intended for legitimate research, lead generation, and marketing use cases only. For data-removal requests, contact ๐Ÿ“ง helloparsepoint@gmail.com.

๐Ÿ†˜ Support & Feedback

Have a question or found an issue with the About.Me Phone Number Scraper? We're here to help.

  • ๐Ÿž Bug Reports: Send us the details so we can investigate
  • โœจ Custom Solutions & Feature Requests: Share your use case or improvement idea
  • ๐Ÿ“ง Email: helloparsepoint@gmail.com

Your feedback helps improve the About.Me scraper for everyone.

Complete number formats

FieldMeaning
phoneRawThe exact text the number was read from, before any normalisation
phoneRfc3966The tel: URI form some VoIP systems expect (optional)
phoneExtensionThe internal extension, when the listing published one

phoneRaw is the honest column: it is never derived, so it stays trustworthy even when parsing of everything else goes wrong, and it lets you check a suspicious row without reopening the source page.

Run Memory

Skip keywords already scraped in a previous run - the actor keeps a persistent record of every keyword it finishes, in a named key-value store that survives between runs. A repeat run then drops the keywords it has already covered, so a scheduled job only pays for new ground. The same keyword aimed at a different country or location counts as new work.

Reset keyword history - wipe that record before the run starts.

Max numbers per keyword - cap how many numbers any single keyword may produce before moving on. 0 means no per-keyword limit.

Two columns come out of the same memory:

FieldMeaning
firstSeenAtThe date this number was first delivered to you, across all runs
isNewSinceLastRunfalse for a number an earlier run already returned

These are only informative because repeats are still delivered rather than dropped - a scraper that removes duplicates before delivery would mark every row new and tell you nothing.