Social Links Finder avatar

Social Links Finder

Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store
Social Links Finder

Social Links Finder

Find all social media profile links from a website (LinkedIn, Twitter, Facebook, etc.).

Pricing

from $20.00 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Social Links Finder scans any website and extracts all social media profile links — LinkedIn, Twitter/X, Facebook, Instagram, YouTube, TikTok, GitHub, and more — returning them as a clean, structured JSON object. No browser automation required.

Built on the Apify platform, results are returned in seconds and integrate with Apify's scheduling, webhooks, and 1,500+ tools via Zapier and Make.

  • Lead enrichment — Automatically find social profiles for companies in your prospect list
  • CRM enrichment — Attach LinkedIn and Twitter handles to company records at scale
  • Outreach automation — Build multi-channel outreach sequences using discovered social profiles
  • Competitor research — Map competitor social presence across all platforms
  • Market research — Understand which social channels a brand prioritises by their homepage links
  1. Click Try for free on this Actor's page
  2. Enter the URL you want to scan (e.g. https://hubspot.com)
  3. Click Start and wait a few seconds
  4. Download your results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
urlstringWebsite URL to scan for social links
cachebooleanUse cached result if available (default true)

Example input:

{
"url": "https://hubspot.com"
}

Output

Example output:

{
"links": {
"linkedin": ["https://www.linkedin.com/company/hubspot"],
"twitter": ["https://twitter.com/HubSpot"],
"facebook": ["https://www.facebook.com/hubspot"],
"instagram": ["https://www.instagram.com/hubspot"],
"youtube": ["https://www.youtube.com/user/HubSpot"],
"github": ["https://github.com/HubSpot"]
},
"meta": { "cache_hit": false, "execution_time_ms": 390 }
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldTypeDescription
links.linkedinarrayLinkedIn page URLs found
links.twitterarrayTwitter/X profile URLs found
links.facebookarrayFacebook page URLs found
links.instagramarrayInstagram profile URLs found
links.youtubearrayYouTube channel URLs found
links.tiktokarrayTikTok profile URLs found
links.githubarrayGitHub profile or org URLs found

Pricing / Cost estimation

$0.02 per successful API call on Apify.

  • 1,000 successful Apify runs = $20.00

FAQ & Support

Is this legal? Social links are intentionally placed on public-facing websites for visitors to find — extracting them is fully legitimate.

Known limitations: Social links embedded only in JavaScript-rendered footers or modals may not always be detected.

Need help? Open an issue in the Issues tab or contact the support team for custom solutions.