You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+47-18Lines changed: 47 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to `linkedin-mcp`
1
+
# Contributing to `linkedin-spider`
2
2
3
3
Contributions are welcome, and they are greatly appreciated!
4
4
Every little bit helps, and credit will always be given.
@@ -9,7 +9,7 @@ You can contribute in many ways:
9
9
10
10
## Report Bugs
11
11
12
-
Report bugs at https://github.com/amankumarsingh77/linkedin-mcp/issues
12
+
Report bugs at https://github.com/vertexcover-io/linkedin-spider/issues
13
13
14
14
If you are reporting a bug, please include:
15
15
@@ -29,11 +29,11 @@ Anything tagged with "enhancement" and "help wanted" is open to whoever wants to
29
29
30
30
## Write Documentation
31
31
32
-
linkedin-mcp could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such.
32
+
linkedin-spider could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such.
33
33
34
34
## Submit Feedback
35
35
36
-
The best way to send feedback is to file an issue at https://github.com/amankumarsingh77/linkedin-mcp/issues.
36
+
The best way to send feedback is to file an issue at https://github.com/vertexcover-io/linkedin-spider/issues.
37
37
38
38
If you are proposing a new feature:
39
39
@@ -44,22 +44,22 @@ If you are proposing a new feature:
44
44
45
45
# Get Started!
46
46
47
-
Ready to contribute? Here's how to set up `linkedin-mcp` for local development.
47
+
Ready to contribute? Here's how to set up `linkedin-spider` for local development.
48
48
Please note this documentation assumes you already have `uv` and `Git` installed and ready to go.
Copy file name to clipboardExpand all lines: README.md
+19-45Lines changed: 19 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# linkedin-scraper-mcp
1
+
# linkedin-spider
2
2
3
-
Effortless LinkedIn scraping with zero detection. Extract, export, and automate your LinkedIn data.
3
+
Effortless Linkedin scraping with zero detection. Extract, export, and automate your Linkedin data.
4
4
5
5
6
6
## Features
7
7
8
-
- Search LinkedIn profiles with advanced filters (location, connection type, current company, position)
8
+
- Search Linkedin profiles with advanced filters (location, connection type, current company, position)
9
9
- Extract complete profile information (experience, education, skills, contact details)
10
10
- Get company details and information
11
11
- Retrieve incoming and outgoing connection requests
@@ -19,14 +19,14 @@ Effortless LinkedIn scraping with zero detection. Extract, export, and automate
19
19
20
20
```bash
21
21
# Clone the repo
22
-
github.com/vertexcover-io/linkedin-mcp-py
23
-
cd linkedin-mcp-py
22
+
github.com/vertexcover-io/linkedin-spider
23
+
cd linkedin-spider
24
24
# Install with uv
25
25
uv sync
26
26
```
27
27
28
28
> [!NOTE]
29
-
> **Authentication Update:**LinkedIn has enhanced their anti-bot mechanisms, temporarily affecting cookie-based authentication. We recommend using the email/password authentication method for reliable access. We are actively working on restoring full cookie authentication support.
29
+
> **Authentication Update:**Linkedin has enhanced their anti-bot mechanisms, temporarily affecting cookie-based authentication. We recommend using the email/password authentication method for reliable access. We are actively working on restoring full cookie authentication support.
30
30
31
31
## Different ways to use it
32
32
@@ -35,15 +35,15 @@ uv sync
35
35
Perfect for integration into your existing Python applications:
36
36
37
37
```python
38
-
from linkedin_scraper importLinkedInScraper, ScraperConfig
38
+
from linkedin_scraper importLinkedinSpider, ScraperConfig
0 commit comments