Open halakhah opened 2 years ago
Hi, Worldwide
is the default search location when you does not provide any esplicit location in the query options. The query
Query(
options=QueryOptions(
optimize = True,
limit=2000 # Limit the number of jobs to scrape.
)
)
does not specify any location, so the search will be done worldwide. Usually if you search jobs in USA or UK they are written in english but this is not always the case (e.g. a chinese job in New York could be written in chenese...).
Hiya,
I need the job titles I scrape to only be in English. When I run the program, I get results from Worldwide, which gives me job titles that are not in English.
Not sure how to specify to not search in the Worldwide region.
Here's my code