-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
345ed6b
commit ac286e0
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,14 @@ staff = scrape_staff( | |
location="london", # optional | ||
extra_profile_data=True, # fetch all past experiences, schools, & skills | ||
|
||
# login credentials (remove for browser) | ||
username="[email protected]", | ||
password="mypassword", | ||
capsolver_api_key="CAP-6D6A8CE981803A309A0D531F8B4790BC", | ||
capsolver_api_key="CAP-6D6A8CE981803A309A0D531F8B4790BC", # in case hit with captcha on sign-in | ||
|
||
|
||
max_results=50, # can go up to 1000 | ||
session_file=str(session_file), # save log in cookies to only log in once | ||
session_file=str(session_file), # save login cookies to only log in once (lasts a week or so) | ||
log_level=1, | ||
) | ||
filename = f"staff.csv" | ||
|