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
2 changes: 1 addition & 1 deletion skills/extruct-api/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Command:
<extruct_api_cli> companies lookup --company-identifier stripe.com
```

`--company-identifier` accepts a domain or Extruct company profile UUID. The response returns `id`, `domain`, `company_name`, and the rich company profile in `context`. Company lookup currently consumes 0 credits, but successful and accepted lookups may appear in usage analytics.
`--company-identifier` accepts a domain or Extruct company profile UUID. A ready profile response returns `id`, `domain`, `company_name`, and the rich company profile in `context`. If Extruct accepts the lookup and starts enrichment, the response has `status: "enriching"`, `domain`, and `message`; retry the same lookup later. Company lookup currently consumes 0 credits, but successful and accepted lookups may appear in usage analytics.

### Deep Search

Expand Down
2 changes: 1 addition & 1 deletion skills/extruct-api/references/finding-companies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Do not use this playbook when:
### Use Company Lookup

Use `companies lookup` when the user has a known company and wants its full canonical Extruct profile. This accepts a domain or Extruct company profile UUID.
Company lookup currently consumes 0 credits, but successful and accepted lookups may appear in usage analytics.
A ready profile response returns `id`, `domain`, `company_name`, and `context`. If Extruct accepts the lookup and starts enrichment, the response has `status: "enriching"`, `domain`, and `message`; retry the same lookup later. Company lookup currently consumes 0 credits, but successful and accepted lookups may appear in usage analytics.

```bash
<extruct_api_cli> companies lookup --company-identifier stripe.com
Expand Down
Loading