About.me Profile Scraper
Pricing
$1.00 / 1,000 profiles
About.me Profile Scraper
Extract complete public About.me profiles: names, bios, roles, locations, education, interests, links, social destinations, public emails, images, SEO metadata, and video URLs. $1 per 1,000 successful profiles.
Pricing
$1.00 / 1,000 profiles
Rating
0.0
(0)
Developer
DataScraperES
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Extract complete public About.me profiles into a structured dataset. Enter About.me usernames or profile URLs and receive one profile record with the person's identity, professional information, biography, education, interests, images, featured links, social links, public emails, SEO metadata, and detected video links.
The Actor returns the information that the profile owner has made public. Each profile is represented by one dataset record, so links, social destinations, emails, media, and profile details stay together and are easy to export.
What this About.me scraper collects
- One or many public About.me profiles in a single run.
- Usernames,
@usernames, or fullhttps://about.me/<username>URLs. - Display name, username, page title, headline, roles, location, and job title.
- Full public biography as readable text and separate paragraphs.
- Public profile image information and available image URLs.
- Education, interests, and other public profile sections when published.
- Featured or spotlight link, regular profile links, and social destinations.
- Unique public email addresses when the profile visibly publishes them.
- Search and sharing metadata such as title, description, canonical URL, Open Graph fields, Twitter card fields, and robots information.
- Public video URLs and embedded media references when present on the profile.
- A simple signal indicating whether an AI Twin widget is visible on the page.
Pricing
The Actor costs $1 per 1,000 profiles, equivalent to $0.001 per profile.
You are charged once for each successfully obtained profile record. The number of links, social links, emails, images, or videos inside that profile does not create additional charges.
Profiles that are invalid, unavailable, blocked, or not found are not charged as successful profile records.
Apify may show its normal platform resource costs separately according to your account and selected run settings.
Input
The only required input is profiles.
| Field | Required | Default | Description |
|---|---|---|---|
profiles | Yes | bfeld | About.me usernames or full profile URLs. Up to 500 entries per run. |
Examples of accepted values:
bfeld@officialpagehttps://about.me/bfeldhttps://www.about.me/officialpage
Example input:
{"profiles": ["bfeld","https://about.me/officialpage","@another-profile"]}
Duplicate usernames and URLs are removed automatically. The Actor does not accept arbitrary website URLs; this prevents accidental collection of unrelated websites.
Output
The Dataset contains one JSON record per successfully obtained public profile.
Identity and professional information
| Field | Description |
|---|---|
profileUrl | Normalized About.me profile URL requested by the Actor. |
finalUrl | Final About.me URL returned after normal redirects. |
slug | Username segment from the profile URL. |
username | Username identified from the profile. |
displayName | Public name shown on the profile. |
pageTitle | Complete HTML page title. |
description | Public meta or structured profile description. |
headline | Visible headline combining the profile role and location. |
roles | Individual visible professional roles. |
location | Public location shown on the profile. |
jobTitle | Structured job title or the visible role summary. |
address | Public structured address or location value. |
externalProfileUrl | External URL associated with the person when About.me publishes one. |
Biography, education, and interests
| Field | Description |
|---|---|
bio | Complete readable public biography. |
bioParagraphs | Biography split into its public paragraphs. |
metaSections | Other public profile sections and their item values. |
education | Public education entries when available. |
interests | Public interests or knowsAbout values when available. |
sameAs | Public identity URLs provided by the profile's structured data. |
Images and appearance
| Field | Description |
|---|---|
avatarUrl | Public profile image URL when available. |
profileImage | Structured image information such as URL, dimensions, source, and timestamp when published. |
backgroundImageUrl | Public background image URL when the profile provides one. |
theme | Public appearance signals such as profile size, colors, and background gradient. |
aiTwinEnabled | Whether a visible AI Twin widget is detected on the profile page. |
Links and social destinations
links contains the complete external link collection found in the profile,
including spotlight links and social destinations. Each link can include:
title: visible label or public link title;url: destination URL;kind:spotlight,link, orsocial;platform: normalized social platform name for social links;position: order in which the link appeared;relandtarget: public HTML link attributes when available.
socialLinks is the filtered collection of links identified as social
destinations. spotlight contains the principal featured link when the profile
publishes one.
Emails and media
emails contains unique public email addresses found in visible profile
content, public structured data, or public mailto: links. It is empty when the
profile does not publish an email address.
media contains public image, video, source, or iframe references found inside
the profile. videoLinks is a convenient filtered view of public video URLs
found in the profile's links or media, and videoCount contains the number of
unique video URLs returned.
The Actor returns public video URLs and references; it does not download or host video files.
SEO and run fields
| Field | Description |
|---|---|
seo | Public title, description, canonical, Open Graph, Twitter, and robots metadata. |
linksCount | Number of unique profile links. |
socialLinksCount | Number of social links. |
emailsCount | Number of unique public emails. |
videoCount | Number of unique public video links. |
ok | Whether a complete public profile record was obtained. |
status | Result status, normally ok. |
warnings | Non-fatal profile observations, if any. |
capturedAt | UTC timestamp for the collected record. |
Example output
{"recordType": "profile","ok": true,"status": "ok","profileUrl": "https://about.me/example","finalUrl": "https://about.me/example","slug": "example","username": "example","displayName": "Example Person","headline": "Founder in Madrid, Spain","roles": ["Founder"],"location": "Madrid, Spain","jobTitle": "Founder","bio": "Public biography published by the profile owner.","bioParagraphs": ["Public biography published by the profile owner."],"avatarUrl": "https://assets.about.me/...","externalProfileUrl": "https://example.com","spotlight": {"title": "My website","url": "https://example.com","kind": "spotlight"},"links": [],"socialLinks": [],"emails": [],"emailsCount": 0,"education": [],"interests": [],"sameAs": [],"theme": {},"seo": {},"media": [],"linksCount": 0,"socialLinksCount": 0,"videoCount": 0,"videoLinks": [],"aiTwinEnabled": false,"warnings": [],"capturedAt": "2026-08-18T12:00:00+00:00"}
Fields that the profile does not publish are returned as null, {}, or []
depending on the field type.
Result statuses
Successful profiles use status: "ok". Other statuses explain why a profile
was not emitted as a successful paid result:
invalid_input: the value is not a valid About.me username or profile URL;not_found: About.me returned HTTP 404;forbidden: About.me did not allow the request;rate_limited: the request was rate limited;blocked: the response was an access challenge;parser_drift: the page did not contain the public profile information needed to build a record;timeoutornetwork_error: the request could not be completed.
Exporting results
After a run, open the Dataset in Apify and export the results as JSON, CSV,
Excel, or another format supported by Apify. The profiles view makes the most
important identity, link, email, and media counts easy to review before
exporting.
Limitations
- Only information publicly displayed by the profile is collected.
- Private, deleted, password-protected, or unavailable information is not reconstructed.
- The Actor does not log in, submit forms, or collect private account data.
- Video fields contain public URLs and references, not downloaded video files.
- A profile may change between runs, so results represent the public page at the time of collection.
Responsible use
Use the Actor only for profiles and information you are allowed to collect. Respect About.me's terms, applicable privacy and data-protection laws, and the rights of profile owners. Do not use the output for unsolicited messages, discrimination, harassment, or any activity that violates applicable rules.