Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jul 26, 2024
1 parent 345ed6b commit ac286e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac286e0

Please sign in to comment.