n8n-guide
Sign In
(Use Case) LinkedIn Job Posting Scrap Service
Category
SNS
Name
(Use Case) LinkedIn Job Posting Scrap Service
Expected Results
•
Workflow Image
•
Result image/video
◦
(Thread)
◦
(Email - Newsletter)
Prerequisite
RapidAPI Account & API Key
•
https://rapidapi.com/
Join
•
Real-Time LinkedIn Scraper
Click the service that says...
◦
The BASIC option allows 50 free calls per month.
◦
The types of APIs provided are as follows, and here we have selected Get Company Jobs from the “Company” category.
◦
There are no input parameters other than companyIds.
{ "companyIds": [ 5383240, 2382910 ], "page": 1, "sort": "mostRecent" }
▪
For companyIds, copy the numeric value after
fsd_company
in the right-click page source view .
•
The companyId of Viva Republica (Toss)
is
10571084
.
•
https://www.linkedin.com/company/viva-republica/life/65d2fbd7-8068-4216-8f57-6687c178fd15/
•
Collect the IDs of the companies you want to find in advance.
▪
You can copy shell commands starting with cURL from the Rapid API.
▪
You can check the API results through the Test Endpoint at the top.
•
A maximum of 25 results can be retrieved per call.
•
You can know the total number of items in advance through the total value.
•
The result value of the item is large.
◦
Job Posting ID
◦
Job title
◦
URL
◦
Company Information (Company Name)
◦
Location (region, country)
◦
Working conditions (full-time)
◦
Time of posting notice
Scenario
One line summary
•
Step1) Open HTTP node and paste API cURL from Rapid API
◦
•
Step 2)
References
•
Indiework KakaoTalk room
◦
•
https://www.threads.net/@owanimal
Made with Slashpage