changed the API base_url = https://serpapi.com/google-jobs-api
Browse files
tools/linkedin_job_search.py
CHANGED
@@ -20,7 +20,7 @@ class LinkedInJobSearchTool(Tool):
|
|
20 |
Searches LinkedIn for job postings using SerpAPI.
|
21 |
"""
|
22 |
SERPAPI_KEY = "YOUR_SERPAPI_KEY"
|
23 |
-
base_url = "https://serpapi.com/
|
24 |
|
25 |
params = {
|
26 |
"engine": "google_jobs",
|
|
|
20 |
Searches LinkedIn for job postings using SerpAPI.
|
21 |
"""
|
22 |
SERPAPI_KEY = "YOUR_SERPAPI_KEY"
|
23 |
+
base_url = "https://serpapi.com/google-jobs-api"
|
24 |
|
25 |
params = {
|
26 |
"engine": "google_jobs",
|