VOOZH about

URL: https://apify.com/scrapio/linkedin-company-url-mass-profile-finder/api/python

⇱ LinkedIn Company URL - Mass Profile Finder API in Python Β· Apify


πŸ‘ LinkedIn Company URL - Mass Profile Finder avatar

LinkedIn Company URL - Mass Profile Finder

Pricing

from $3.99 / 1,000 results

Go to Apify Store

LinkedIn Company URL - Mass Profile Finder

πŸš€ Mass Profile Finder helps you discover and analyze LinkedIn profiles at scale. Get key insights faster for B2B lead gen, sales outreach, and recruitmentβ€”without the manual grind. πŸ“ˆ Streamline research, boost targeting, and save time.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scrapio

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

You might also like

LinkedIn Company URL - Mass Profile Finder

scraper-engine/linkedin-company-url-mass-profile-finder

πŸš€ Mass Profile Finder helps you discover and analyze LinkedIn profiles at scale. 🧠 Extract key details to support B2B outreach, lead generation, hiring, and market researchβ€”faster, smarter, and more efficient. πŸ“ˆ

πŸ‘ User avatar

Scraper Engine

1

LinkedIn Company URL - Mass Profile Finder

api-empire/linkedin-company-url-mass-profile-finder

πŸ”Ž Mass Profile Finder helps you discover and analyze LinkedIn profiles at scale. πŸš€ Perfect for lead generation, B2B research, recruitment & networking. πŸ“ˆ Fast, efficient, and built to find the right peopleβ€”without the hassle.

πŸ”Ž LinkedIn Mass Company Profile Finder

api-empire/linkedin-mass-company-profile-finder

πŸ”Ž LinkedIn Mass Company Profile Finder helps you discover and export company profiles at scale from LinkedInβ€”unlocking key details like website, industry, size & location. πŸš€ Perfect for B2B lead gen, sales prospecting & recruiting workflows.

LinkedIn Company URL - Mass Profile Finder

simpleapi/linkedin-company-url-mass-profile-finder

πŸ”Ž Mass Profile Finder helps you discover LinkedIn profiles at scaleβ€”quickly finding leads, key contacts, and potential customers. πŸš€ Perfect for B2B sales, recruiting, and market research with efficient, targeted sourcing.

πŸ”Ž LinkedIn Mass Company Profile Finder

scraper-engine/linkedin-mass-company-profile-finder

πŸ‘ User avatar

Scraper Engine

2

You can access the LinkedIn Company URL - Mass Profile Finder programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"queries":[
10"Tesla",
11"OpenAI",
12"Stripe",
13"Microsoft",
14"Notion Labs",
15],
16"proxyConfiguration":{"useApifyProxy":False},
17}
18
19# Run the Actor and wait for it to finish
20run = client.actor("scrapio/linkedin-company-url-mass-profile-finder").call(run_input=run_input)
21
22# Fetch and print Actor results from the run's dataset (if there are any)
23print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
24for item in client.dataset(run["defaultDatasetId"]).iterate_items():
25print(item)
26
27# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

LinkedIn Company URL - Mass Profile Finder API in Python

The Apify API client for Python is the official library that allows you to use LinkedIn Company URL - Mass Profile Finder API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

LinkedIn Company URL - Mass Profile Finder API in JavaScript

LinkedIn Company URL - Mass Profile Finder API through CLI

LinkedIn Company URL - Mass Profile Finder OpenAPI definition

LinkedIn Company URL - Mass Profile Finder API