preslaff commited on
Commit
b3d173d
·
unverified ·
1 Parent(s): 3d5e9b3

Reverted to last

Browse files
Files changed (1) hide show
  1. tools/linkedin_job_search.py +1 -1
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 = "YOUR_SERPAPI_KEY" # 🔹 Replace with your actual API 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 = {