Skip to main content
The Gallery is Nimble’s catalog of pre-built extraction templates for popular websites. These templates are maintained by Nimble 24/7 and auto-heal when sites change. Don’t see the site you need? Use Extract to pull structured data from any URL.

Use Templates

Learn how to call templates from your code, no CSS selectors required

Install Plugin

Let Claude Code or Cursor find the right template for you automatically

Browse Templates Visually

Explore pre-built templates with previews, examples, and interactive documentation.

When to Use

Use template discovery when you need to:
  • Browse available templates - See what platforms are supported
  • Filter by vertical - Find templates for specific industries (e-commerce, search, social)
  • Inspect template details - Understand input parameters and output schema
  • Check capabilities - Verify localization and pagination support

Two Ways to Explore

Prefer a visual interface? Browse templates with previews, live demos, and exportable code snippets at the visual gallery in Nimble Platform.

List Templates

Browse and search the template catalog.

GET /v2/extract/templates

GET https://sdk.nimbleway.com/v2/extract/templates

Parameters

Response Schema

Each template in the response contains:

Usage Examples

Response Example


Get Template Details

Get comprehensive information about a specific template, including input parameters and output schema.

GET /v2/extract/templates/{extract_template_name}

https://sdk.nimbleway.com/v2/extract/templates/{extract_template_name}

Parameters

Response Schema

Input Properties

Each item in input_properties contains:

Feature Flags

Usage Examples

Response Example


Available Templates by Vertical

E-commerce

Search Engines

Social Media

LLM Platforms


Common Patterns

Search Templates by Keyword

Use the search query parameter to find templates matching a term across display_name, vertical, and domain:

Filter Templates by Vertical

Find all templates for a specific industry:

Check Localization Support

Verify a template supports location-specific data:

Get Required Parameters

Find which parameters are required before running a template:

Validate Parameters Before Calling

Check parameters match the expected schema:

Next Steps

Extract

Pull structured data from any URL with full control

Install Plugin

Use Nimble in Claude Code or Cursor

Use Templates

Learn how to call templates in your code

API Reference

Explore endpoints and response schemas for the Extract Templates API