Skip to content

Commit

Permalink
Merge branch 'main' into email
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Jun 9, 2024
2 parents 835fd82 + cecc4c0 commit 0c9d48f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ 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|
| name | position | profile_id | first_name | last_name | potential_email | company | school | location | followers | connections | premium |
|-------------------|------------------------------------|---------------------------|------------|-----------|-----------------------------|---------|---------------------------------------|----------------------------------------|-----------|-------------|---------|
| Pavel K. | Software Engineer! | pavel-komlev | Pavel | K. | [email protected] | OpenAI | Lomonosov Moscow State University (MSU)| Redmond, Washington, United States | 389 | 383 | FALSE |
| Michael Harris | Software Engineer at OpenAI \| ex-Palantir | michael-harris-453488125 | Michael | Harris | [email protected] | OpenAI | Stanford University | United States | 362 | 351 | FALSE |
| Jason (Qiang) Xu | Software Engineer | jason-qiang-xu-7101b025 | Jason (Qiang)| Xu | [email protected] | OpenAI | Texas A&M University | San Francisco, California, United States| 508 | 489 | FALSE |


### Parameters for `scrape_staff()`
Expand Down Expand Up @@ -84,6 +84,7 @@ Staff
├── profile_link
├── first_name
├── last_name
├── potential_email
|
├── followers
├── connections
Expand Down

0 comments on commit 0c9d48f

Please sign in to comment.