Update app.py
Browse files
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 = "
|
| 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 |
}
|