Linkedin x GPT prompt avatar
Linkedin x GPT prompt

Pricing

$9.00/month + usage

Go to Store
Linkedin x GPT prompt

Linkedin x GPT prompt

Developed by

Anchor

Maintained by Community

Extract LinkedIn profiles, and uses ChatGPT magic automatically on each profile ! Your prompt, the answer you need, the way you want.

0.0 (0)

Pricing

$9.00/month + usage

11

Total users

89

Monthly users

12

Runs succeeded

>99%

Last modified

6 months ago

You can access the Linkedin x GPT prompt 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.

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: