Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.geekflare.com/llms.txt

Use this file to discover all available pages before exploring further.

Choose your language or framework below to follow a step-by-step guide. Each guide covers installation, authentication, and making your first requests to any endpoints have successfully tested using the Geekflare API.

Node.js

Use the official Node.js SDK or fetch in any JS runtime

Next.js

Integrate with Route Handlers and Server Components

NestJS

Build a service module with dependency injection

Cloudflare Workers

Run Geekflare API calls at the edge with zero cold starts

Python

Use the official Python SDK in scripts or backends

Django

Add Geekflare API to your Django views and services

PHP

Call the API using cURL or Guzzle HTTP client

Laravel

Use Laravel HTTP client with a dedicated service class

Go

Make type-safe HTTP requests from any Go application

Endpoints covered

Each guide demonstrates three core endpoints:
EndpointMethodPath
Web ScrapingPOST/webscraping
SearchPOST/search
ScreenshotPOST/screenshot

Base URL

https://api.geekflare.com

Authentication

All requests require your API key in the x-api-key header:
x-api-key: YOUR_API_KEY
Get your API key →