---
title: "Apify Linked In Scraper"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/apify/scraping/apifylinkedinscraper
markdown: https://docs.nodetool.ai/nodes/apify/scraping/apifylinkedinscraper.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/apify/scraping/apifylinkedinscraper.md
---

# Apify Linked In Scraper

**Type:** `apify.scraping.ApifyLinkedInScraper`

**Namespace:** `apify.scraping`

## Description

Scrape LinkedIn profiles, company pages, and job postings — professional info, connections, and company data.
    apify, linkedin, professional, social, scraping, profiles, jobs

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| profile_urls | `list[str]` | List of LinkedIn profile URLs to scrape | null |
| company_urls | `list[str]` | List of LinkedIn company page URLs to scrape | null |
| job_search_urls | `list[str]` | List of LinkedIn job search URLs | null |
| max_results | `int` | Maximum number of results to scrape | `50` |
| wait_for_finish | `int` | Maximum time to wait for scraping to complete (seconds) | `600` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[dict[str, any]]` |  |

## Related Nodes

Browse other nodes in the [apify.scraping](./) namespace.
