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