From d6ff193e1eef7053e9a4a57181c03381720adfa5 Mon Sep 17 00:00:00 2001 From: Dmitry Persiyanov Date: Mon, 25 May 2026 11:54:32 +0200 Subject: [PATCH] Update company lookup skill accepted state --- skills/extruct-api/SKILL.md | 2 +- skills/extruct-api/references/finding-companies.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/extruct-api/SKILL.md b/skills/extruct-api/SKILL.md index d86222b..9c91df3 100644 --- a/skills/extruct-api/SKILL.md +++ b/skills/extruct-api/SKILL.md @@ -232,7 +232,7 @@ Command: 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 diff --git a/skills/extruct-api/references/finding-companies.md b/skills/extruct-api/references/finding-companies.md index 5adde34..bd78d12 100644 --- a/skills/extruct-api/references/finding-companies.md +++ b/skills/extruct-api/references/finding-companies.md @@ -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 companies lookup --company-identifier stripe.com