GET STARTED

Quickstart Guide

Learn how to make your first web extraction API request in under 5 minutes.

Step 1: Obtain Your API Key
  1. Log in to your Data Extractor Pro account.
  2. Go to your Dashboard or API Settings page.
  3. 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'