Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions skills/extruct-api/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading