Get Linkedin URL posts from profile/company
1 day trial then $25.00/month - No credit card required now
Get Linkedin URL posts from profile/company
1 day trial then $25.00/month - No credit card required now
Generate a list of posts url from a target profile or company. Extract posts at scale within a date range or a number of days since posting
You can access the Get Linkedin URL posts from profile/company programmatically from your own applications by using the Apify API. You can 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.
1echo '{
2 "url": "https://www.linkedin.com/in/christianlim/",
3 "days_since_post": 14,
4 "cookies": [
5 {
6 "domain": ".linkedin.com",
7 "expirationDate": 1742798742.32278,
8 "hostOnly": false,
9 "httpOnly": false,
10 "name": "test",
11 "path": "/",
12 "sameSite": "no_restriction",
13 "secure": true,
14 "session": false,
15 "storeId": "0",
16 "value": "To be changed. Check readme on how to extract cookie session from browser",
17 "id": 1
18 }
19 ],
20 "proxyConfiguration": {
21 "useApifyProxy": false
22 }
23}' |
24apify call saswave/get-linkedin-url-posts-from-profile-company --silent --output-dataset
Get Linkedin URL posts from profile/company API through CLI
The Apify CLI is the official tool that allows you to use Get Linkedin URL posts from profile/company locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 19 monthly users
- 6 stars
- 83.2% runs succeeded
- 9.3 hours response time
- Created in Feb 2024
- Modified 1 day ago