Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jan 1, 2025
1 parent 035a520 commit 0bae968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ staff = account.scrape_staff(
extra_profile_data=True, # fetch all past experiences, schools, & skills
max_results=50, # can go up to 1000
# block=True # if you want to block the user after scraping, to exclude from future search results
# connect=True # if you want to connect with the users till you hit your limit
)
# or fetch by user ids
users = account.scrape_users(
user_ids=['williamhgates', 'rbranson', 'jeffweiner08']
# conect=True,
# block=True
)

# fetch all comments on two of Bill Gates' posts
Expand Down

0 comments on commit 0bae968

Please sign in to comment.