Hello Everyone, I want to scrape the linkedin based on the Hashtag which is given in the Scrapping URL. How can I do this? If anyone is having any knowledge then share it with me. It will be really helpful for me.
Hi @raj_fachara
Welcome to the community
You can use Apify with n8n to scrape LinkedIn posts by hashtag. Create or pick an Apify actor that accepts a start URL like LinkedIn Login, Sign in | LinkedIn , add your logged-in session cookies and a proxy if needed, then trigger it from n8n using the Apify “Run Actor” node (or an HTTP Request to the Apify API) and wait for the run to finish. Next, pull the dataset items with the “Get Dataset Items” node and push the results to Google Sheets, Airtable, or Slack. Schedule it with the Cron node, add simple deduping by activity URL, and alert on new items. Keep it compliant: respect LinkedIn’s terms, rate-limit, and only collect what you actually need.
Thank you @Msquare_Automation
But can we do this using firecrawl instead of APIfy?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.