LinkedIn Scraping Parameters

Web Scraper API LinkedIn Scraping Parameters

Configure LinkedIn Scraping Parameters using Thordata's Web Scraper API, including URL, Job URL, Job Listing URL, keywords, and other parameters.

Unique Identifier:

chevron-righttoken Access token(required)hashtag

This parameter is used as the API access token to ensure the legitimacy of the scraping request.

Request examples:

Authorization: Bearer ********************

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer ********************" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=linkedin.com" ^
  -d "spider_id=linkedin_job_listings_information_by-job-listing-url" ^
  -d "spider_parameters=[{\"job_listing_url\": \"https://www.linkedin.com/jobs/reddit-inc.-jobs-worldwide?f_C=150573\",\"page_turning\": \"\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape company information:

1. LinkedIn - Scrape company information by URL

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=linkedin_company_information_by-url

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=linkedin.com" ^
  -d "spider_id=linkedin_company_information_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.linkedin.com/company/dynamo-software\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
chevron-righturlURL (required)hashtag

This parameter specifies the company LinkedIn URL to be scraped.

Request examples:

"url": "https://www.linkedin.com/company/dynamo-software"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=linkedin.com" ^
  -d "spider_id=linkedin_company_information_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.linkedin.com/company/dynamo-software\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape job listing information:

1. LinkedIn - Scrape job listing information by Job Listing URL

chevron-rightspider_idScraper tool(required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=linkedin_job_listings_information_by-job-listing-url

chevron-right job_listing_urlJob Listing URL(required)hashtag

This parameter specifies the Job Listing URL for crawling.

Request examples:

"job_listing_url": "https://www.linkedin.com/jobs/reddit-inc.-jobs-worldwide?f_C=150573"

chevron-rightpage_turningPage Turning(optional)hashtag

This parameter specifies the page turning for crawling.

Request examples:

"page_turning": "1"

2. LinkedIn - Scrape job listing information by Job URL

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=linkedin_job_listings_information_by-job-url

chevron-rightjob_urlJob URL (required)hashtag

This parameter specifies the job url for crawling.

Request examples:

"job_url": "https://www.linkedin.com/jobs/view/senior-client-partner-large-customer-sales-gaming-at-reddit-inc-4303761033?position=10&pageNum=0&refId=kHRQtl6Ws14VG9y3UloI4w%3D%3D&trackingId=%2Fb2esqHHEjp1FoEkC8PfuQ%3D%3D"

3. LinkedIn - Scrape job listing information by Keyword

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=linkedin_job_listings_information_by-keyword

chevron-rightlocationJob Location (required)hashtag

This parameter specifies the job location for crawling.

Request examples:

"location": "New York"

chevron-rightkeywordKeyword (optional)hashtag

This parameter specifies the Keyword for crawling.

Request examples:

"Keyword": "product manager"

chevron-righttime_rangeTime Range (optional)hashtag

This parameter specifies the time range for crawling.

Request examples:

"time_range": "Any_time"

chevron-rightexperience_levelExperience Level (optional)hashtag

This parameter specifies the experience level for crawling.

Request examples:

"experience_level": "Internship"

chevron-rightjob_typeJob Type (optional)hashtag

This parameter specifies the job type for crawling.

Request examples:

"job_type": "Full_time"

chevron-rightremoteRemote (optional)hashtag

This parameter specifies the job remote type for crawling.

Request examples:

"remote": "On_site"

chevron-rightcompanyCompany (optional)hashtag

This parameter specifies the company for crawling.

Request examples:

"company": "Reddit, Inc."

chevron-rightselective_searchSelective Search (optional)hashtag

When set to true, the filter excludes titles that do not contain thespecified keyword.

Request examples:

"selective_search": "true"

chevron-rightjobs_to_not_includeJobs not include (optional)hashtag

This parameter specifies the job id search to exclude.

Request examples:

"jobs_to_not_include": "4321229455"

chevron-rightlocation_radiusLocation Radius (optional)hashtag

This parameter specifies the job search for jobs within a specificdistance range.

Request examples:

"location_radius": "Exact_location"

chevron-rightpage_turningPage Turning (optional)hashtag

This parameter is used to specify the limit on the number ofcrawled results.

Request examples:

"page_turning": "1"

If you need further assistance, please contact us via email at [email protected].

Last updated

Was this helpful?