├── .gitignore ├── LICENSE ├── LinkedIn.PNG ├── README.md ├── docs └── Proxycurl.png ├── linkedin_scraper.py └── results.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/LICENSE -------------------------------------------------------------------------------- /LinkedIn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/LinkedIn.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/README.md -------------------------------------------------------------------------------- /docs/Proxycurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/docs/Proxycurl.png -------------------------------------------------------------------------------- /linkedin_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/linkedin_scraper.py -------------------------------------------------------------------------------- /results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tal95shah/LinkedIn_Scraper/HEAD/results.csv --------------------------------------------------------------------------------