Reverted to last
Browse files
tools/linkedin_job_search.py
CHANGED
@@ -19,7 +19,7 @@ class LinkedInJobSearchTool(Tool):
|
|
19 |
"""
|
20 |
Fetches job listings from LinkedIn using SerpAPI.
|
21 |
"""
|
22 |
-
SERPAPI_KEY = "
|
23 |
base_url = "https://serpapi.com/search"
|
24 |
|
25 |
params = {
|
|
|
19 |
"""
|
20 |
Fetches job listings from LinkedIn using SerpAPI.
|
21 |
"""
|
22 |
+
SERPAPI_KEY = "2f660e5a696e7d1d08662085b95f83a61224476ec19558de3c68218baf346e43" # 🔹 Replace with your actual API key
|
23 |
base_url = "https://serpapi.com/search"
|
24 |
|
25 |
params = {
|