Access the API
Access the Target API endpoint for ecommerce data requests.
Scraping Target via the Target Search API is as easy as sending a GET request to the right endpoint.
You can use this as the base URL for the Target API:
https://ecom.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&engine=targetThe API key
Authorize requests by passing the required api_key parameter to the request. You can request your API key upon registration, by subscribing to the Target API service in the dashboard.
Keep API keys in server-side secrets. Do not ship them in browser code, mobile apps, public repositories, logs, screenshots, or shared notebooks.