Quick Start Guide

This guide helps you get started with the Geonode Scraper API in a few minutes.

Get Your API Key

  1. Sign in to your Geonode account.
  2. Open the Dashboard.
  3. Navigate to the API Keys section.
  4. Create or copy an existing API key.

API & Integrations Modal

Authentication

All Scraper API requests require the X-Api-Key header.

request.sh
curl -H "X-Api-Key: YOUR_API_KEY"

Replace YOUR_API_KEY with your actual API key.

Choose an API

APIUse When
ExtractionYou want to extract content from one or more webpages
BatchYou have multiple URLs to process in a single job
CrawlYou want to discover and extract pages across a website
WebhooksYou want notifications when jobs complete

Next Steps

Choose the API that matches your use case and follow the guides in that section.

On this page