Social Profile Scraper avatar

Social Profile Scraper

Pricing

Pay per usage

Go to Apify Store
Social Profile Scraper

Social Profile Scraper

Scrape public profiles from GitHub, LinkedIn, Twitter/X, Instagram. Returns bio, followers, location, website, email when available.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Benny

Benny

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

4

Monthly active users

11 days ago

Last modified

Categories

Share

Social Media Profile Scraper

Scrape public profile data from GitHub, LinkedIn, Twitter/X, Instagram, and other platforms.

Input

{
"urls": [
"https://github.com/torvalds",
"https://linkedin.com/in/someone",
"https://twitter.com/someone"
]
}

Output

Platform-specific fields. GitHub example:

{
"url": "https://github.com/torvalds",
"platform": "github",
"name": "Linus Torvalds",
"bio": "...",
"repos": 7,
"followers": "200k",
"location": "Portland, OR",
"website": "...",
"email": "..."
}

Notes

Only scrapes publicly visible data. Respects platform robots.txt. LinkedIn and Instagram have limited public data without login — you'll get whatever's on the public page.