API Call with Scraping with Fresh LinkedIn Profile Data

Hello,
I want to create a workflow using an api called “Fresh LinkedIn Profile Data” which allows to get Linkedln profile urls by searching keywords and then I want these profile urls to be automatically in a google sheet.

But I can’t call the api correctly and I don’t know how to solve my problem.
Here’s my screenshot from make to my api call data and the “Fresh LinkedIn Profile Data” documention




Thanks for your help.

Are there any error messages?

1.

Please export the scenario blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826

Uploading it here will look like this:

blueprint.json (12.3 KB)

2.

Please provide the input/output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the contents as a bundle.json file, and upload it here into this discussion thread:

Screenshot_2023-10-06_141025

Following these steps will allow others to assist you here. Thanks!

2 Likes

Hi Sam,

Here the scenario blueprint file:
blueprint.json (10.2 KB)

The input bundles:
input bundles Samy.json (1.1 KB)

The output bundle:
output bundles Samy.json (2.1 KB)

Thanks for your help!

Hi Pierre

I guess you probably found your issue in the meantime. But in case of… you should format the request content like this ; with parameters between " "
As I use this api as well, I’ve tried and it works well

{
“name”: “Anthony James”,
“company”: “Trinity”,
“job_title”: “CEO”,
“location”: “Sydney”,
“keyword”: “Marketing”,
“page”: 1
}


3 Likes