The Browserflow Node allows you to automate LinkedIn interactions using the Browserflow API. This node provides a variety of operations to interact with LinkedIn profiles, scrape data, send connection invites, and more.
You can get a free API key by registering here.
- Check Connection: Check the connection status of a LinkedIn profile.
- Get Profile Data: Retrieve data from a LinkedIn profile.
- Send Connection Invite: Send a connection invite to a LinkedIn profile (with an optional message).
- Get Chat History: Retrieve chat history from a LinkedIn conversation.
- Scrape Profiles from Search: Scrape LinkedIn profiles based on search criteria (e.g., category, search term, location).
- Scrape Profiles from Post Comments: Scrape profiles from LinkedIn post comments and reactions.
- Send Message: Send a direct message to a LinkedIn profile (with a mandatory message).
- LinkedIn URL: The LinkedIn profile URL to check the connection status.
-
Endpoint:
/linkedin-check-connection-status
- LinkedIn URL: The LinkedIn profile URL to retrieve data.
-
Endpoint:
/linkedin-profile-data
- LinkedIn URL: The LinkedIn profile URL to send a connection invite.
- Add Message: Toggle to include a custom message.
- Message: Optional message to include in the invite.
-
Endpoint:
/linkedin-connection-invite
- LinkedIn URL: The LinkedIn profile URL to retrieve chat history.
-
Endpoint:
/linkedin-get-chat-history
- Category: The category to scrape (persons or companies).
- Search Term: The search term to use for scraping.
- Number of Pages: The number of pages to scrape.
- City: The city to filter the search results.
- Country: The country to filter the search results.
-
Endpoint:
/linkedin-scrape-profiles-from-search
- Post URL: The URL of the LinkedIn post to scrape profiles from.
- Add Comments: Toggle to include comments in the scrape results.
- Comments Offset: The number of comments to skip.
- Comments Limit: The maximum number of comments to scrape.
- Add Reactions: Toggle to include reactions in the scrape results.
- Reactions Offset: The number of reactions to skip.
- Reactions Limit: The maximum number of reactions to scrape.
-
Endpoint:
/linkedin-scrape-profiles-from-post-comments
- LinkedIn URL: The LinkedIn profile URL to send a message.
- Message: The message to send (mandatory).
-
Endpoint:
/linkedin-send-message
- Add the Browserflow Node to your workflow.
- Set the operation to Send Connection Invite.
- Provide the LinkedIn profile URL.
- Optionally, enable Add Message and provide a custom message.
- Execute the workflow to send the connection invite.
- Add the Browserflow Node to your workflow.
- Set the operation to Scrape Profiles from Search.
- Provide the search criteria (e.g., category, search term, location).
- Execute the workflow to scrape profiles based on the search criteria.
- Add the Browserflow Node to your workflow.
- Set the operation to Send Message.
- Provide the LinkedIn profile URL and the message.
- Execute the workflow to send the message.