> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkedIn Scraper

> Connect LinkedIn Scraper to Deepline, configure provider credentials, and run profile, company, post, event, and activity actions.

Use LinkedIn Scraper through Deepline when a workflow needs LinkedIn profile, company, event, group, post, or activity data through an agent-callable action.

## Connect LinkedIn Scraper

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **LinkedIn Scraper**.
4. Add the provider credentials requested by Deepline.
5. Run the connection test before using the action in a workflow.

## Common actions

* Extract people post activity
* Extract people comment activity
* Extract company employee insights
* Extract event attendees
* Extract group members

## Run from the API

```bash theme={null}
curl -X POST "https://code.deepline.com/api/v2/integrations/linkedin_scraper_linkedin_extract_people_post_activity/execute" \
  -H "Authorization: Bearer $DEEPLINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload":{"linkedin_url":"https://www.linkedin.com/in/example/"}}'
```

For provider positioning, use the [LinkedIn Scraper GTM Stack profile](https://deepline.com/gtm-stack/providers/linkedin-scraper).
