From 0e30cb1e222df73c93f18e334bad520c86e2b6c8 Mon Sep 17 00:00:00 2001 From: Dmitry Persiyanov Date: Mon, 15 Jun 2026 15:29:11 +0200 Subject: [PATCH] Document 2,000-result search cap; bump plugin to 1.0.8 Note per-page (250) and per-plan (free 25, paid 2,000) result limits and how to page with --offset. Version 1.0.7 -> 1.0.8. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 4 ++-- skills/extruct-api/SKILL.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 26da468..3aec52a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,13 +6,13 @@ }, "metadata": { "description": "Official Extruct AI skills for company lookup, discovery, Deep Search, AI tables, enrichment, and people workflows", - "version": "1.0.7", + "version": "1.0.8", "repository": "https://github.com/extruct-ai/skills" }, "plugins": [ { "name": "extruct-skills", - "version": "1.0.7", + "version": "1.0.8", "description": "Official Extruct AI skill bundle for company lookup, semantic search, lookalike search, Deep Search, table operations, enrichment, and contact-finding workflows.", "source": "./", "strict": true, diff --git a/skills/extruct-api/SKILL.md b/skills/extruct-api/SKILL.md index 85620e6..047ead3 100644 --- a/skills/extruct-api/SKILL.md +++ b/skills/extruct-api/SKILL.md @@ -188,6 +188,8 @@ Use `--filters` when the user specifies geography, city, company size, or founde } ``` +**Result limits and paging.** A single request returns at most 250 results (the page size); read deeper by holding `--limit` near 250 and walking `--offset` in steps. Paid plans (Starter, Pro) can page through up to 2,000 results per query; the free tier is capped at 25. To assemble a full list, keep paging until you reach the plan ceiling or a page returns fewer rows than `--limit`. + If search filters or pagination behavior appear different from the guidance here, verify current request and response details in the official API reference before guessing. ### Lookalike Search