Linkedin x GPT prompt
1 day trial then $9.00/month - No credit card required now
Linkedin x GPT prompt
1 day trial then $9.00/month - No credit card required now
Extract LinkedIn profiles, and uses ChatGPT magic automatically on each profile ! Your prompt, the answer you need, the way you want.
You can access the Linkedin x GPT prompt 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 "startUrls": [
3 {
4 "url": "https://www.linkedin.com/in/elon-musk-elonmusk-6648688b"
5 }
6 ],
7 "gpt_api_key": "your_api_key",
8 "instructions": "Is this person a good candidate for the following job description : Sales Manager of a car company? Why? Also, Add a rating from 0 to 10 to summarize.",
9 "cookies": [
10 {
11 "domain": ".linkedin.com",
12 "expirationDate": 1721120692,
13 "hostOnly": false,
14 "httpOnly": false,
15 "name": "xxxx_14215E3D5995C57C0A495C55%xxxx",
16 "path": "/",
17 "sameSite": "unspecified",
18 "secure": false,
19 "session": false,
20 "storeId": "0",
21 "value": "-637568504%7CMCIDTS%7C19xxxxxxxxxxxxx",
22 "id": 1
23 }
24 ]
25}' |
26apify call anchor/linkedin-gpt-prompt --silent --output-dataset
Linkedin x GPT prompt API through CLI
The Apify CLI is the official tool that allows you to use Linkedin x GPT prompt locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: