Indeed Scraping Parameters

Web Scraper API Indeed Scraping Parameters

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

Unique Identifier:

chevron-righttokenAccess 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=indeed.com" ^
  -d "spider_id=indeed_companies-info_by-company-url" ^
  -d "spider_parameters=[{\"company_url\": \"https://www.indeed.com/cmp/Allstate-Insurance\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape company information:

1. Indeed - Scrape company information by Company URL

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=indeed_companies-info_by-company-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=indeed.com" ^
  -d "spider_id=indeed_companies-info_by-company-url" ^
  -d "spider_parameters=[{\"company_url\": \"https://www.indeed.com/cmp/Allstate-Insurance\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
chevron-righturlCompany URL (required)hashtag

This parameter specifies the company 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=indeed.com" ^
  -d "spider_id=indeed_companies-info_by-company-url" ^
  -d "spider_parameters=[{\"company_url\": \"https://www.indeed.com/cmp/Allstate-Insurance\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

2. Indeed - Scrape company information by Company List URL

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=indeed_companies-info_by-company-list-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=indeed.com" ^
  -d "spider_id=indeed_companies-info_by-company-list-url" ^
  -d "spider_parameters=[{\"company_url\": \"https://www.indeed.com/cmp/Allstate-Insurance\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
chevron-righturlCompany List URL (required)hashtag

This parameter specifies the company list URL to be scraped.

Request examples:

"url": "https://www.indeed.com/companies/browse-companies"

3. Indeed - Scrape company information by Keyword

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=indeed_companies-info_by-keyword

chevron-rightkeywordKeyword (required)hashtag

This parameter specifies the keyword to search.

Request examples:

"keyword": "openai"

4. Indeed - Scrape company information by Industry and State

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=indeed_companies-info_by-industry-and-state

chevron-rightindustryIndustry (required)hashtag

This parameter specifies the industry to collect.

Request examples:

"industry": "Advertising %26 Public Relations"

chevron-rightstateState (optional)hashtag

This parameter specifies the state to collect.

Request examples:

"state": "United States"

Product - Scrape job listing information:

1. Indeed - Scrape job listing information by Job URL

chevron-rightspider_idScraper tool(required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=indeed_job-listings_by-job-url

chevron-right job_url Job URL(required)hashtag

This parameter specifies the Job URL for crawling.

Request examples:

"job_url": "https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"

2. Indeed - Scrape job listing information by Keyword

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=indeed_job-listings_by-keyword

chevron-rightcountryCountry (required)hashtag

This parameter specifies the country for crawling.

Request examples:

"country": "BR"

chevron-rightdomainIndeed Domian (required)hashtag

This parameter specifies the Indeed Domaiin for crawling.

Request examples:

"domain": "indeed.com"

chevron-rightkeywordKeyword (required)hashtag

This parameter specifies the keyword to search.

Request examples:

"keyword": "analyst"

chevron-rightlocationLocation (required)hashtag

This parameter specifies the location to search.

Request examples:

"location": "New York, NY"

chevron-rightdate_postedDate Posted (optional)hashtag

This parameter specifies the posting time range of the position to be captured. .

Request examples:

"date_posted": "The past 24 hours"

chevron-rightposted_byPosted by (optional)hashtag

This parameter is used to specify the publisher of the position to be crawled.

Request examples:

"posted_by": "Employer"

chevron-rightpayPay (optional)hashtag

This parameter is used to specify the salary range of the position to be captured.

Request examples:

"pay": "50"

chevron-rightlocation_radiusLocation Radius (optional)hashtag

This parameter is used to specify the positional distance of the position to be grabbed.

Request examples:

"location_radius": "Exact location only"

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

Last updated

Was this helpful?