About.me Profile Scraper avatar

About.me Profile Scraper

Pricing

$1.00 / 1,000 profiles

Go to Apify Store
About.me Profile Scraper

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

DataScraperES

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Open the Actor on Apify

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 full https://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.

FieldRequiredDefaultDescription
profilesYesbfeldAbout.me usernames or full profile URLs. Up to 500 entries per run.

Examples of accepted values:

bfeld
@officialpage
https://about.me/bfeld
https://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

FieldDescription
profileUrlNormalized About.me profile URL requested by the Actor.
finalUrlFinal About.me URL returned after normal redirects.
slugUsername segment from the profile URL.
usernameUsername identified from the profile.
displayNamePublic name shown on the profile.
pageTitleComplete HTML page title.
descriptionPublic meta or structured profile description.
headlineVisible headline combining the profile role and location.
rolesIndividual visible professional roles.
locationPublic location shown on the profile.
jobTitleStructured job title or the visible role summary.
addressPublic structured address or location value.
externalProfileUrlExternal URL associated with the person when About.me publishes one.

Biography, education, and interests

FieldDescription
bioComplete readable public biography.
bioParagraphsBiography split into its public paragraphs.
metaSectionsOther public profile sections and their item values.
educationPublic education entries when available.
interestsPublic interests or knowsAbout values when available.
sameAsPublic identity URLs provided by the profile's structured data.

Images and appearance

FieldDescription
avatarUrlPublic profile image URL when available.
profileImageStructured image information such as URL, dimensions, source, and timestamp when published.
backgroundImageUrlPublic background image URL when the profile provides one.
themePublic appearance signals such as profile size, colors, and background gradient.
aiTwinEnabledWhether a visible AI Twin widget is detected on the profile page.

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, or social;
  • platform: normalized social platform name for social links;
  • position: order in which the link appeared;
  • rel and target: 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

FieldDescription
seoPublic title, description, canonical, Open Graph, Twitter, and robots metadata.
linksCountNumber of unique profile links.
socialLinksCountNumber of social links.
emailsCountNumber of unique public emails.
videoCountNumber of unique public video links.
okWhether a complete public profile record was obtained.
statusResult status, normally ok.
warningsNon-fatal profile observations, if any.
capturedAtUTC 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;
  • timeout or network_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.