Skip to main content
All CollectionsGetting started
Integrating and automating with ScrapIn
Integrating and automating with ScrapIn

Example of how Scrapin can be integrated into a workflow

Thomas Dubois avatar
Written by Thomas Dubois
Updated this week

Our LinkedIn data scraper is easy to integrate. With a few lines of code using our different SDKs, embed our API into your software and start extracting data from LinkedIn effortlessly

Here is an exemple of how you can integrate Scrapin in an automation tool (for instance N8N, Make or Zapier)

1.Prepare your query to be integrated in your workflow:

Use our API documentation to prepare your query. For this example we will use the Extract Person Data Profile endpoint.

  • Paste any Linkedin URL into the bar

  • Copy the cURL query

2.Prepare your query to be integrated in your workflow:

  • In N8N create an HTTP request

  • Paste the query and use only the URL

  • Use the right property in your query (in this example, we were looking for the Linkedin URL property)

You can now pursue your workflow integrating your Scrapin sequence!

Did this answer your question?