GET STARTED
Quickstart Guide
Learn how to make your first web extraction API request in under 5 minutes.
Step 1: Obtain Your API Key
- Log in to your Data Extractor Pro account.
- Go to your Dashboard or API Settings page.
- Copy your private API key. Keep this key secure and never publish it in public front-end code repositories.
Step 2: Make Your First Request
Below is an example of querying an extraction API using cURL, JavaScript, Python, or PHP:
curl --request GET \ --url 'https://api.dataextractorpro.com/search?keyword=spark+plug' \ --header 'x-api-key: YOUR_API_KEY'