Quick Start Guide
Get up and running with DataExtractorAI in just a few minutes with this step-by-step guide.
Prerequisites
- A DataExtractorAI account (sign up here if you don’t have one)
- An API key (get yours from the Dashboard)
- Choose your integration method:
- Direct API access with cURL (no additional requirements)
- Node.js 14+ (for the Node.js SDK)
- Any HTTP client library in your preferred language
Step 1: Choose Your Integration Method
You can either use our API directly with cURL/HTTP requests or install our SDK:
For other platforms, check out our SDK Examples for more information or use cURL directly with our API Reference.
Step 2: Basic Usage with SDK
Alternative: Using cURL
If you prefer to use the API directly, here are examples using cURL:
Step 3: Web Integration
You can also use DataExtractorAI in browser environments:
Next Steps
Now that you have the basics down, here are some next steps to get the most out of DataExtractorAI:
Choose Your Integration Method
Use our API directly with cURL/HTTP requests or integrate with our SDK - choose what works best for your workflow.
Learn about schema definition
Create custom schemas to extract exactly the data you need in the format you want. [Learn more][/schema/basic]
Explore API Reference
Check out our complete API reference for all available endpoints and options. View API Reference