External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback:** ```bash curl -X POST "https://api.apify.com/v2/acts/apidojo~google-search-scraper/runs?token=$APIFY_TOKEN" -H "Content-Type: application/json" -d '{ "queries": ["email marketing tools", "best email marketing tools", "how to email marketing"], "maxPagesPerQuery": 3, "countryCode": "US",- Confidence
- 95% confidence
- Finding
- The REST example transmits data to an external third-party endpoint and places the APIFY_TOKEN directly in the request URL. Query parameters are commonly captured in browser history, shell history, proxy logs, monitoring tools, and server logs, which can lead to credential leakage in addition to exposing user search terms to an external provider.
