Skip to main content

Get your API key and make your first request

Follow these simple steps to start extracting documents from websites using natural language prompts.

Step 1: Get your API key

Get API Key

Visit skop.dev/dashboard to create an account and get your API key.

Step 2: Make your first request

Create a scraping job by sending a POST request to the /scrape/ endpoint:
Response:

Step 3: Check job status

Poll the job status until completion:

Step 4: Get your results

Once the job is completed, retrieve the extracted documents:

Complete working example

Here’s a complete function that handles the entire workflow:

Next steps

API Reference

Explore all endpoints and parameters

Authentication

Learn about API key formats and security

Error Handling

Handle errors and rate limits properly

Rate Limits

Understand request limits and best practices
Need help? Email us at support@skop.dev for technical support.