End-to-end workflow: parse company data → create/reuse Extruct table → upload rows → add columns → run enrichment.
Before making API calls, check that EXTRUCTAPITOKEN is set by running test -n "$EXTRUCTAPITOKEN" && echo "set" || echo "missing". If missing, ask the user to provide their Extruct API token and set it via export EXTRUCTAPITOKEN= . Do not proceed until confirmed.
Pasted list (most common): User pastes company names, URLs, and metadata as freeform text. Parse into structured records. Extract domains by stripping protocol, www., and trailing slashes.
Crea una tabella Extruct Company dai dati forniti dall'utente, carica righe e, facoltativamente, aggiungi colonne di arricchimento. Gestisce il flusso completo: analizza l'input (CSV, elenco incollato o dati strutturati), crea o riutilizza una tabella, carica domini in batch, aggiunge colonne agente e attiva l'arricchimento. Si attiva su: "crea tabella", "carica società", "aggiungi per estrudere", "nuova tabella di estrusione", "importa società", "carica elenco da estrudere". Fonte: extruct-ai/gtm-skills.