Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Jun 3, 2024
1 parent 63cd758 commit 25e605c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ staff.to_csv(filename, index=False)
```
A browser will open to sign in to LinkedIn on the first sign-in. Press enter after signing in to begin scraping.

### Output
| Name | Position | Profile ID | First Name | Last Name | Company | School | Location |
|-------------------|-----------------------------------|---------------------------|-----------------|-----------|---------|--------------------------------------------|-----------------------------------------|
| Ethan C. | Software Engineer @ OpenAI | ethan-c-772952138 | Ethan | C. | OpenAI | University of Southern California | Los Angeles, California, United States |
| Pavel K. | Software Engineer! | pavel-komlev | Pavel | K. | OpenAI | Lomonosov Moscow State University (MSU) | Redmond, Washington, United States |
| Jason (Qiang) Xu | Software Engineer | jason-qiang-xu-7101b025 | Jason (Qiang) | Xu | OpenAI | Texas A&M University | San Francisco, California, United States|


### Parameters for `scrape_staff()`

```plaintext
Expand Down Expand Up @@ -67,7 +75,6 @@ Optional
### Staff Schema
```plaintext
Staff
Staff
├── search_term
├── id
├── name
Expand Down

0 comments on commit 25e605c

Please sign in to comment.