Introduction
Olyptik is a powerful web scraping and data extraction platform that helps you gather and process web data efficiently. This guide will walk you through the essential steps to get started with our API.Getting Started with the API
Authentication
First, you’ll need an API key. You can get one from your settings page. Include it in your requests using the Authorization header:Step 1: Create a Crawl
Start by creating a crawl with your target URL. This initiates the web scraping process:crawl object that you’ll use to track and retrieve results:
Crawl object
Step 2: Monitor Crawl Status
You have two options to track your crawl’s progress:Option 1: Webhook Notifications (Recommended)
Configure a webhook URL in your settings page to receive real-time status updates. You can choose from two notification types:- Crawl Status Changes: Receive notifications when crawl status changes (succeeded, failed, timed out, etc.)
- Individual Results: Receive notifications for each page crawled during the process
Option 2: Polling
If you haven’t configured webhook notifications, you can poll the crawl status:Step 3: Get Crawl Results
Once the crawl is complete, retrieve the results:Next Steps
- Check out our API Reference for detailed endpoint documentation
Need Help?
- Contact our support team for assistance