VOOZH about

URL: https://apify.com/akaza010/social-links-scraper

⇱ Social Links Scraper Β· Apify


Pricing

$30.00/month + usage

Go to Apify Store

Social Links Scraper

This actor crawls a list of input URLs and extracts social media links (e.g. Facebook, Twitter/X, Instagram, LinkedIn, YouTube, TikTok, etc.) that exist on those pages.

Pricing

$30.00/month + usage

Rating

5.0

(1)

Developer

πŸ‘ Akaza

Akaza

Maintained by Community

Actor stats

1

Bookmarked

67

Total users

3

Monthly active users

9 months ago

Last modified

Categories

Share

Scrapy Actor – Social Media Link Extractor

This actor crawls a list of input URLs and extracts social media links (e.g. Facebook, Twitter/X, Instagram, LinkedIn, YouTube, TikTok, etc.) that exist on those pages.


πŸš€ How it works

  1. You provide a list of URLs as input.
  2. The actor visits each URL and scrapes all <a> tags.
  3. It filters out links that match known social media domains.
  4. Results are stored in the Apify dataset in the following structure:
{
"Input Url":"https://www.example.com/",
"Facebook":[
"https://www.facebook.com/example/"
],
"Twitter/X":[],
"Instagram":[
"https://www.instagram.com/example/"
],
"LinkedIn":[
"https://www.linkedin.com/in/example1/",
"https://www.linkedin.com/in/example2/"
],
"TikTok":[],
"YouTube":[],
"Pinterest":[],
"Reddit":[],
"Snapchat":[],
"Tumblr":[],
"Threads":[],
"Discord":[],
"Twitch":[],
"WhatsApp":[],
"Raw Text":"Text Data"
}

πŸ“₯ Input

The actor expects a JSON input with an array of URLs:

{
"startUrls":[
{"url":"https://example.com"},
{"url":"https://another.com"}
]
}

πŸ“€ Output

The dataset will contain one item per input URL, with each social platform as its own column.

Input URLFacebookInstagramLinkedInTwitter/XYouTubeTikTokPinterestRedditSnapchatTumblrThreadsDiscordTwitchWhatsAppRaw Text
https://example.comhttps://facebook.com/examplehttps://instagram.com/exampleFull scraped text from the page...
https://another.comhttps://linkedin.com/company/testFull scraped text from the page...

Fields:

  1. Input URL – the page where links were found
  2. Facebook – extracted Facebook links (array)
  3. Instagram – extracted Instagram link (array)
  4. LinkedIn – extracted LinkedIn link (array)
  5. Twitter/X – extracted Twitter/X link (array)
  6. YouTube – extracted YouTube link (array)
  7. TikTok – extracted TikTok link (array)
  8. Pinterest – extracted Pinterest link (array)
  9. Reddit – extracted Reddit link (array)
  10. Snapchat – extracted Snapchat link (array)
  11. Tumblr – extracted Tumblr link (array)
  12. Threads – extracted Threads link (array)
  13. Discord – extracted Discord link (array)
  14. Twitch – extracted Twitch link (array)
  15. WhatsApp – extracted WhatsApp link (array)
  16. Raw Text – all text found on page

🌐 Running on Apify

  1. Go to the actor’s page on Apify.
  2. Click Try actor and provide the input JSON (see Input section).
  3. Run the actor.
  4. View results in the Dataset tab (exportable as JSON, CSV, or Excel).

πŸ“š Example social domains handled

  • Facebook β†’ facebook.com, fb.com
  • Instagram β†’ instagram.com, instagr.am
  • Twitter/X β†’ twitter.com, x.com
  • LinkedIn β†’ linkedin.com
  • YouTube β†’ youtube.com, youtu.be
  • TikTok β†’ tiktok.com
  • Pinterest β†’ pinterest.com
  • Reddit β†’ reddit.com, redd.it
  • Snapchat β†’ snapchat.com, sc.com
  • Tumblr β†’ tumblr.com
  • Threads β†’ threads.net
  • Discord β†’ discord.com, discord.gg
  • Twitch β†’ twitch.tv
  • WhatsApp β†’ wa.me, whatsapp.com

πŸ“ Notes

  • Some websites hide social links inside menus, scripts, or dynamic sections. This scraper only extracts static <a> tag links.

You might also like

Social Media Profile Finder

automation-lab/social-media-profile-finder

Find social media profiles linked from any website β€” Facebook, Twitter/X, LinkedIn, Instagram, YouTube, TikTok, and more.

πŸ‘ User avatar

Stas Persiianenko

161

2.0

Company Domain & Social Links Finder

crawlerbros/company-domain

Given a company name, return the company's official website domain and its social media links (LinkedIn, X/Twitter, Facebook, Instagram, YouTube, TikTok, GitHub).

89

Website Social Links Scraper

codescraper/website-social-links-scraper

Blazing fast scraper to extract social media links (Facebook, Twitter, LinkedIn, Instagram, etc.) from websites. Includes advanced filtering to avoid share links and deduplication by domain.

6

5.0

All Social Media Video Downloader

wilcode/all-social-media-video-downloader

All Social Media Video Downloader API allows easy extraction of video links from platforms like Facebook, Instagram, Twitter, TikTok, YouTube, etc.

YouTube Channel Contacts & Social Links Scraper

coregent/youtube-channel-contacts-scraper

Find YouTube creators fast: get channel stats plus public contact signalsβ€”websites and social links (X, Instagram, LinkedIn, TikTok, etc.). Perfect for influencer outreach, lead lists, partnerships, and market research.

96

Website Contact Extractor - Emails, Phones & Social Links

santhej/website-contact-extractor

Bulk-extract contact details from any list of websites: email addresses, phone numbers, and social profiles (LinkedIn, X, Facebook, Instagram, YouTube). Crawls homepage + contact/about pages. Clean JSON/CSV for lead lists & enrichment.

πŸ‘ User avatar

Santhej Kallada

7

5.0

Website Contact & Social Media Extractor

onescales/website-contact-social-media-extractor

Extract emails, phone numbers, and social media profiles from any list of URLs. Supports 15+ platforms including LinkedIn, Twitter/X, Instagram, Facebook, TikTok, YouTube, WhatsApp, Telegram, Discord, and more. Perfect for lead generation, CRM enrichment, and bulk contact discovery.

48

4.9

Contact Details Scraper

practicaltools/Contact-Details-Scraper

An Apify actor that crawls any website to extract contact details and social media profiles. This tool can extract emails, phone numbers, and profiles from LinkedIn, Twitter, Instagram, Facebook, YouTube, TikTok, Pinterest, Discord, Snapchat, Threads, and Telegram.

πŸ‘ User avatar

Practical Tools

344

3.1

Related articles

Top 10 social media scrapers in 2026
Read more