Glassdoor Scraping Parameters

Web Scraper API Glassdoor Scraping Parameters

Configure Glassdoor Scraping Parameters using Thordata's Web Scraper API, including URL, location, industries, job title, keywords, days, and other parameters.

Unique Identifier:

token ,Access token(required)

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=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.co.uk/Overview/Working-at-Gilbarco-Veeder-Root-EI_IE38683.11,31.htm\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape company information:

1. Glassdoor - Scrape company information by URL

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_company_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=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.co.uk/Overview/Working-at-Gilbarco-Veeder-Root-EI_IE38683.11,31.htm\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
urlURL (required)

This parameter specifies the company Glassdoor URL to be scraped.

Request examples:

"url": "https://www.glassdoor.co.uk/Overview/Working-at-Gilbarco-Veeder-Root-EI_IE38683.11,31.htm"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.co.uk/Overview/Working-at-Gilbarco-Veeder-Root-EI_IE38683.11,31.htm\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

2. Glassdoor - Scrape company information by input_filter

spider_id ,Scraper tool(required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_company_by-inputfilter

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-inputfilter" ^
  -d "spider_parameters=[{\"location\": \"United States\",\"industries\": \"Information Technology\",\"Job title\": \"Data\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
locationlocation keywords(optional)

This parameter specifies the search keywords for crawling company office locations.

Request examples:

"location": "United States"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-inputfilter" ^
  -d "spider_parameters=[{\"location\": \"United States\",\"industries\": \"Information Technology\",\"Job title\": \"Data\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
industries,industries(optional)

This parameter specifies the industry search keywords for crawling company information.

Request examples:

"industries": "Information Technology"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-inputfilter" ^
  -d "spider_parameters=[{\"location\": \"United States\",\"industries\": \"Information Technology\",\"Job title\": \"Data\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
Job titleJob title(optional)

This parameter specifies the keywords of job title for crawling company information.

Request examples:

"Job title": "Data"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-inputfilter" ^
  -d "spider_parameters=[{\"location\": \"United States\",\"industries\": \"Information Technology\",\"Job title\": \"Data\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

3. Glassdoor - Scrape company information by keywords

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_company_by-keywords

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-keywords" ^
  -d "spider_parameters=[{\"search_url\":\"https://www.glassdoor.com/Search/results.htm?keyword=Apple\",\"max_search_results\": \"5\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
search_urlsearch url (required)

This parameter specifies the search url for crawling company information.

Request examples:

"search_url": "https://www.glassdoor.com/Search/results.htm?keyword=Apple"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-keywords" ^
  -d "spider_parameters=[{\"search_url\":\"https://www.glassdoor.com/Search/results.htm?keyword=Apple\",\"max_search_results\": \"5\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
max_search_resultsmax search results(optional)

This parameter specifies the max search results for crawling company information.

Request examples:

"max_search_results": "5"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-keywords" ^
  -d "spider_parameters=[{\"search_url\":\"https://www.glassdoor.com/Search/results.htm?keyword=Apple\",\"max_search_results\": \"5\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

4. Glassdoor - Scrape company information by URL

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_company_by-listurl

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-listurl" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Explore/browse-companies.htm?filterType=RATING_OVERALL%26locId=1347%26locType=S%26locName=Texas%252C%2520US%26occ=Manager%26page=1%26overall_rating_low=1\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
url URL (required)

This parameter specifies the url for crawling company information.

Request examples:

"url": "https://www.glassdoor.com/Explore/browse-companies.htm?filterType=RATING_OVERALL%26locId=1347%26locType=S%26locName=Texas%252C%2520US%26occ=Manager%26page=1%26overall_rating_low=1"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_company_by-listurl" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Explore/browse-companies.htm?filterType=RATING_OVERALL%26locId=1347%26locType=S%26locName=Texas%252C%2520US%26occ=Manager%26page=1%26overall_rating_low=1\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape company comment information:

1. Glassdoor - Scrape company comment information by URL

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_comment_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=glassdoor.com" ^
  -d "spider_id=glassdoor_comment_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Reviews/Thermo-Fisher-Scientific-Reviews-E658.htm\",\"days\": \"15\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
urlURL (required)

This parameter specifies the company url to scrape.

Request examples:

"url": "https://www.glassdoor.com/Reviews/Thermo-Fisher-Scientific-Reviews-E658.htm"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_comment_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Reviews/Thermo-Fisher-Scientific-Reviews-E658.htm\",\"days\": \"15\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
days,the maximum lookback days (required)

This parameter specifies the maximum number of days for scraping reviews based on their publication date.

Request examples:

"days": "15"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_comment_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Reviews/Thermo-Fisher-Scientific-Reviews-E658.htm\",\"days\": \"15\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape job postings:

1. Glassdoor - Scrape job postings by URL

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_joblistings_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=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/job-listing/senior-c-developer-fluent-trade-technologies-JV_IC4508256_KO0,18_KE19,44.htm?jl=1008989079551%26src=GD_JOB_AD%26ao=1110586%26jrtk=5-yul1-0-1hg5ek9pvir3v800-3025a74c6c45f89f---6NYlbfkN0BUZeG5rTIb2LWXmZAGMUbSEAQ76i1BqOt4NGNvOjN_2RYoffQqnbCZjhnmePvPqy2bRGuUOzm_F0Isf6Tq6ahMXGkSzbGb-I57Ccc-ayuPzL2EF1fMw5Gabmvi7OJAdj9PfajPX8VZwzo3pkzEJ4cLdkFCfc472aiI4CDNEQdsWEof0Yc6Wv6nJbav-4m6S6qZwch0ubAaS3WlgL3-H-bIZIXUDFyXaHPSjLbwjlpzoi-YljFej7A-QkvfohLHQQRksu_b8Dcjhy03w-Eg1PSYN08yPLdnrwgvWINZh3gjSNTE7fuWMM4PaTGIwAZB5BhSHLDNFCUldeYSYA7_PPMCr1e_7ECjwgVKbtEWteYzhHIfvbiTZQwt6M5ceMh7UXTl9mQTNTLFp7Op1YZaDlXXe_IhZudCADc_msoxDr66YoD-ZOU_JlHnUDdjsDnqcarYI62LMRQEaYU12mQNEFBH4TnFJI3fGVGjdVd-nMyuKl7EVBHFZekBwtOo0cn4tet1nDs8ffWDDt1wVP3XalLKKCPAw-tFSE467bPId2ZVW_aSHstbfoy1NJ36ydvpZu8NtX3VU-jVDt2m1G1vGHkgezdzoyy4xIE%253D%26cs=1_3235dc65%26s=58%26t=SR%26pos=103%26cpc=9FFE37255B2C047E%26guid=0000018c0aea270fa6d0223ff96a855a%26jobListingId=1008989079551%26ea=1%26vt=w%26cb=1700990167113%26ctt=1700990308377\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
url URL (required)

This parameter specifies the job listing url to scrape.

Request examples:

"url": "https://www.glassdoor.com/job-listing/senior-c-developer-fluent-trade-technologies-JV_IC4508256_KO0,18_KE19,44.htm?jl=1008989079551%26src=GD_JOB_AD%26ao=1110586%26jrtk=5-yul1-0-1hg5ek9pvir3v800-3025a74c6c45f89f---6NYlbfkN0BUZeG5rTIb2LWXmZAGMUbSEAQ76i1BqOt4NGNvOjN_2RYoffQqnbCZjhnmePvPqy2bRGuUOzm_F0Isf6Tq6ahMXGkSzbGb-I57Ccc-ayuPzL2EF1fMw5Gabmvi7OJAdj9PfajPX8VZwzo3pkzEJ4cLdkFCfc472aiI4CDNEQdsWEof0Yc6Wv6nJbav-4m6S6qZwch0ubAaS3WlgL3-H-bIZIXUDFyXaHPSjLbwjlpzoi-YljFej7A-QkvfohLHQQRksu_b8Dcjhy03w-Eg1PSYN08yPLdnrwgvWINZh3gjSNTE7fuWMM4PaTGIwAZB5BhSHLDNFCUldeYSYA7_PPMCr1e_7ECjwgVKbtEWteYzhHIfvbiTZQwt6M5ceMh7UXTl9mQTNTLFp7Op1YZaDlXXe_IhZudCADc_msoxDr66YoD-ZOU_JlHnUDdjsDnqcarYI62LMRQEaYU12mQNEFBH4TnFJI3fGVGjdVd-nMyuKl7EVBHFZekBwtOo0cn4tet1nDs8ffWDDt1wVP3XalLKKCPAw-tFSE467bPId2ZVW_aSHstbfoy1NJ36ydvpZu8NtX3VU-jVDt2m1G1vGHkgezdzoyy4xIE%253D%26cs=1_3235dc65%26s=58%26t=SR%26pos=103%26cpc=9FFE37255B2C047E%26guid=0000018c0aea270fa6d0223ff96a855a%26jobListingId=1008989079551%26ea=1%26vt=w%26cb=1700990167113%26ctt=1700990308377"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-url" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/job-listing/senior-c-developer-fluent-trade-technologies-JV_IC4508256_KO0,18_KE19,44.htm?jl=1008989079551%26src=GD_JOB_AD%26ao=1110586%26jrtk=5-yul1-0-1hg5ek9pvir3v800-3025a74c6c45f89f---6NYlbfkN0BUZeG5rTIb2LWXmZAGMUbSEAQ76i1BqOt4NGNvOjN_2RYoffQqnbCZjhnmePvPqy2bRGuUOzm_F0Isf6Tq6ahMXGkSzbGb-I57Ccc-ayuPzL2EF1fMw5Gabmvi7OJAdj9PfajPX8VZwzo3pkzEJ4cLdkFCfc472aiI4CDNEQdsWEof0Yc6Wv6nJbav-4m6S6qZwch0ubAaS3WlgL3-H-bIZIXUDFyXaHPSjLbwjlpzoi-YljFej7A-QkvfohLHQQRksu_b8Dcjhy03w-Eg1PSYN08yPLdnrwgvWINZh3gjSNTE7fuWMM4PaTGIwAZB5BhSHLDNFCUldeYSYA7_PPMCr1e_7ECjwgVKbtEWteYzhHIfvbiTZQwt6M5ceMh7UXTl9mQTNTLFp7Op1YZaDlXXe_IhZudCADc_msoxDr66YoD-ZOU_JlHnUDdjsDnqcarYI62LMRQEaYU12mQNEFBH4TnFJI3fGVGjdVd-nMyuKl7EVBHFZekBwtOo0cn4tet1nDs8ffWDDt1wVP3XalLKKCPAw-tFSE467bPId2ZVW_aSHstbfoy1NJ36ydvpZu8NtX3VU-jVDt2m1G1vGHkgezdzoyy4xIE%253D%26cs=1_3235dc65%26s=58%26t=SR%26pos=103%26cpc=9FFE37255B2C047E%26guid=0000018c0aea270fa6d0223ff96a855a%26jobListingId=1008989079551%26ea=1%26vt=w%26cb=1700990167113%26ctt=1700990308377\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

2. Glassdoor - Scrape job postings by keywords

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_joblistings_by-keywords

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-keywords" ^
  -d "spider_parameters=[{\"keyword\": \"data analyst\",\"location\": \"New York\",\"country\": \"US\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
locationlocation (required)

This parameter specifies the location for scraping job postings.

Request examples:

"location": "New York"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-keywords" ^
  -d "spider_parameters=[{\"keyword\": \"data analyst\",\"location\": \"New York\",\"country\": \"US\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
keyword,keyword (required)

This parameter specifies the keywords to scrape, such as job titles.

Request examples:

"keyword": "data analyst"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-keywords" ^
  -d "spider_parameters=[{\"keyword\": \"data analyst\",\"location\": \"New York\",\"country\": \"US\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
country,country (required)

This parameter specifies the country for scraping job postings. Please use the 2-letter country code, such as US or FR.

Country
Parameters
Country
Parameters
Country
Parameters

Afghanistan

AF

Greece

GR

Oman

OM

Aland Islands

AX

Greenland

GL

Pakistan

PK

Albania

AL

Grenada

GD

Palau

PW

Algeria

DZ

Guadeloupe

GP

Palestinian Territory, Occupied

PS

AmericanSamoa

AS

Guam

GU

Panama

PA

Andorra

AD

Guatemala

GT

Papua New Guinea

PG

Angola

AO

Guernsey

GG

Paraguay

PY

Anguilla

AI

Guinea

GN

Peru

PE

Antarctica

AQ

Guinea-Bissau

GW

Philippines

PH

Antigua and Barbuda

AG

Guyana

GY

Pitcairn

PN

Argentina

AR

Haiti

HT

Poland

PL

Armenia

AM

Holy See (Vatican City State)

VA

Portugal

PT

Aruba

AW

Honduras

HN

Puerto Rico

PR

Australia

AU

Hong Kong

HK

Qatar

QA

Austria

AT

Hungary

HU

Romania

RO

Azerbaijan

AZ

Iceland

IS

Russia

RU

Bahamas

BS

India

IN

Rwanda

RW

Bahrain

BH

Indonesia

ID

Reunion

RE

Bangladesh

BD

Iran, Islamic Republic of Persian Gulf

IR

Saint Barthelemy

BL

Barbados

BB

Iraq

IQ

Saint Helena, Ascension and Tristan Da Cunha

SH

Belarus

BY

Ireland

IE

Saint Kitts and Nevis

KN

Belgium

BE

Isle of Man

IM

Saint Lucia

LC

Belize

BZ

Israel

IL

Saint Martin

MF

Benin

BJ

Italy

IT

Saint Pierre and Miquelon

PM

Bermuda

BM

Jamaica

JM

Saint Vincent and the Grenadines

VC

Bhutan

BT

Japan

JP

Samoa

WS

Bolivia, Plurinational State of

BO

Jersey

JE

San Marino

SM

Bosnia and Herzegovina

BA

Jordan

JO

Sao Tome and Principe

ST

Botswana

BW

Kazakhstan

KZ

Saudi Arabia

SA

Brazil

BR

Kenya

KE

Senegal

SN

British Indian Ocean Territory

IO

Kiribati

KI

Serbia

RS

Brunei Darussalam

BN

Korea, Democratic People's Republic of Korea

KP

Seychelles

SC

Bulgaria

BG

Korea, Republic of South Korea

KR

Sierra Leone

SL

Burkina Faso

BF

Kuwait

KW

Singapore

SG

Burundi

BI

Kyrgyzstan

KG

Slovakia

SK

Cambodia

KH

Laos

LA

Slovenia

SI

Cameroon

CM

Latvia

LV

Solomon Islands

SB

Canada

CA

Lebanon

LB

Somalia

SO

Cape Verde

CV

Lesotho

LS

South Africa

ZA

Cayman Islands

KY

Liberia

LR

South Sudan

SS

Central African Republic

CF

Libyan Arab Jamahiriya

LY

South Georgia and the South Sandwich Islands

GS

Chad

TD

Liechtenstein

LI

Spain

ES

Chile

CL

Lithuania

LT

Sri Lanka

LK

China

CN

Luxembourg

LU

Sudan

SD

Christmas Island

CX

Macao

MO

Suriname

SR

Cocos (Keeling) Islands

CC

Macedonia

MK

Svalbard and Jan Mayen

SJ

Colombia

CO

Madagascar

MG

Swaziland

SZ

Comoros

KM

Malawi

MW

Sweden

SE

Congo

CG

Malaysia

MY

Switzerland

CH

Congo, The Democratic Republic of the Congo

CD

Maldives

MV

Syrian Arab Republic

SY

Cook Islands

CK

Mali

ML

Taiwan

TW

Costa Rica

CR

Malta

MT

Tajikistan

TJ

Cote d'Ivoire

CI

Marshall Islands

MH

Tanzania, United Republic of Tanzania

TZ

Croatia

HR

Martinique

MQ

Thailand

TH

Cuba

CU

Mauritania

MR

Timor-Leste

TL

Cyprus

CY

Mauritius

MU

Togo

TG

Czech Republic

CZ

Mayotte

YT

Tokelau

TK

Denmark

DK

Mexico

MX

Tonga

TO

Djibouti

DJ

Micronesia, Federated States of Micronesia

FM

Trinidad and Tobago

TT

Dominica

DM

Moldova

MD

Tunisia

TN

Dominican Republic

DO

Monaco

MC

Turkey

TR

Ecuador

EC

Mongolia

MN

Turkmenistan

TM

Egypt

EG

Montenegro

ME

Turks and Caicos Islands

TC

El Salvador

SV

Montserrat

MS

Tuvalu

TV

Equatorial Guinea

GQ

Morocco

MA

Uganda

UG

Eritrea

ER

Mozambique

MZ

Ukraine

UA

Estonia

EE

Myanmar

MM

United Arab Emirates

AE

Ethiopia

ET

Namibia

NA

United Kingdom

GB

Falkland Islands (Malvinas)

FK

Nauru

NR

United States

US

Faroe Islands

FO

Nepal

NP

Uruguay

UY

Fiji

FJ

Netherlands

NL

Uzbekistan

UZ

Finland

FI

Netherlands Antilles

AN

Vanuatu

VU

France

FR

New Caledonia

NC

Venezuela, Bolivarian Republic of Venezuela

VE

French Guiana

GF

New Zealand

NZ

Vietnam

VN

French Polynesia

PF

Nicaragua

NI

Virgin Islands, British

VG

Gabon

GA

Niger

NE

Virgin Islands, U.S.

VI

Gambia

GM

Nigeria

NG

Wallis and Futuna

WF

Georgia

GE

Niue

NU

Yemen

YE

Germany

DE

Norfolk Island

NF

Zambia

ZM

Ghana

GH

Northern Mariana Islands

MP

Zimbabwe

ZW

Gibraltar

GI

Norway

NO

Request examples:

"country": "US"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-keywords" ^
  -d "spider_parameters=[{\"keyword\": \"data analyst\",\"location\": \"New York\",\"country\": \"US\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

3. Glassdoor - Scrape job postings by listURL

spider_id ,Scraper tool (required)

Defines which scraper tool to use.

Request examples:

spider_id=glassdoor_joblistings_by-listurl

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-listurl" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Jobs/Apple-Jobs-E1138.htm?filter.countryId=219\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
urlURL (required)

This parameter specifies the search URL for Glassdoor job postings. For example: searching by company.

Request examples:

"url": "https://www.glassdoor.com/Jobs/Apple-Jobs-E1138.htm?filter.countryId=219"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=glassdoor.com" ^
  -d "spider_id=glassdoor_joblistings_by-listurl" ^
  -d "spider_parameters=[{\"url\": \"https://www.glassdoor.com/Jobs/Apple-Jobs-E1138.htm?filter.countryId=219\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

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

Last updated

Was this helpful?