This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Support for login-required job sites (Linkedin, Glassdoor) #182
|
With playwright we can access many job boards and automate page scraping even with captcha (user solves those) however, asking someone to actually login to these sites is inadvisable out of the box, as it would be insecure. Any ideas around this? Linkedin in particular has some of the best job listings and has a lot of sponsored listings as well. |
Answered by
PaulMcInnis
Dec 4, 2025
Replies: 1 comment
|
OK going to do something where the user logs in and we re-use those cookies in a safe way. probably a distinct login step. |
0 replies
Answer selected by
PaulMcInnis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK going to do something where the user logs in and we re-use those cookies in a safe way. probably a distinct login step.