abhishekjoel commited on
Commit
c7fd502
·
verified ·
1 Parent(s): 310204e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
5
  # Function to scrape LinkedIn profile using Proxycurl API
6
  def scrape_linkedin_profile(linkedin_url):
7
  api_url = "https://nubela.co/proxycurl/api/v2/linkedin" # Endpoint for Proxycurl API
8
- api_key = "YOUR_PROXYCURL_API_KEY" # Replace with your actual Proxycurl API key
9
  headers = {
10
  "Authorization": f"Bearer {api_key}" # Correctly formatted Authorization header
11
  }
 
5
  # Function to scrape LinkedIn profile using Proxycurl API
6
  def scrape_linkedin_profile(linkedin_url):
7
  api_url = "https://nubela.co/proxycurl/api/v2/linkedin" # Endpoint for Proxycurl API
8
+ api_key = "Y5xigulf0B1C_wr20seh8g" # Replace with your actual Proxycurl API key
9
  headers = {
10
  "Authorization": f"Bearer {api_key}" # Correctly formatted Authorization header
11
  }