The StoreInspect node is undergoing n8n verification. Until verification is complete, install it from npm on a self-hosted n8n instance. Unverified community nodes are not available on n8n Cloud.
Install the node
- In your self-hosted n8n instance, open Settings > Community Nodes.
- Select Install.
- Enter
@storeinspect/n8n-nodes-storeinspectas the npm package name. - Accept the community-node risk notice and complete the installation.
- Open a workflow and search for StoreInspect in the nodes panel.
Connect StoreInspect
- In StoreInspect, open Settings > API.
- Create a dedicated API key named
n8n. - Add a StoreInspect node to an n8n workflow.
- Create a StoreInspect API credential and paste the API key.
- Run Usage > Get to confirm the connection.
Available operations
Store
- Search finds Shopify stores using category, country, traffic, estimated revenue, technology, Shopify Plus, theme, Meta ads, and contact-availability filters.
- Get retrieves one Shopify store by domain or URL.
- Enrich enriches up to 25 domains with store intelligence, technologies, and optional contact previews.
Contact
- Search finds masked decision-maker contact previews using person and company filters.
- Reveal reveals verified details for up to 10 contact IDs using StoreInspect contact credits.
Usage
- Get returns plan, API request, search-row, and contact-credit usage for the connected account.
Search Shopify stores
- Add a StoreInspect node.
- Select Store as the resource and Search as the operation.
- Add at least one positive filter, such as country, category, technology, traffic tier, or revenue tier.
- Choose whether to return all results or set a result limit.
- Execute the node and map the returned store items into later workflow steps.
Enrich known domains
Use Store > Enrich when your workflow already has Shopify domains:- Enter or map up to 25 domains or URLs.
- Choose whether to include store data, technologies, and contact previews.
- Optionally select contact roles and the maximum number of previews per store.
- Execute the node and map the enriched items into later steps.
Search and reveal contacts
Use Contact > Search to return masked contact previews and StoreInspect contact IDs. Filter by store domain, role, seniority, verified email, phone, LinkedIn availability, or store criteria. To reveal selected contacts:- Add a second StoreInspect node with Contact > Reveal.
- Map up to 10 contact IDs from a search or enrichment step.
- Set a stable idempotency key when the workflow may retry the same reveal request.
- Execute the node and map the revealed fields into later actions.
Errors
- Invalid or revoked API key: Create or rotate a key under Settings > API, then update the n8n credential.
- API access unavailable: Confirm that the StoreInspect account has an active plan with API access.
- No positive filter: Add a country, category, role, technology, traffic tier, revenue tier, or another narrowing filter.
- Rate limit reached: Retry after the StoreInspect rate-limit window resets.
- Insufficient contact credits: Add credits or change your StoreInspect plan before revealing another new contact.
- Package not available in n8n Cloud: Use a self-hosted n8n instance until the StoreInspect node completes verification.
Update or remove the node
Manage the package under Settings > Community Nodes in n8n. After updating the package, restart n8n if the new version does not appear immediately. To stop access completely:- Remove or update the StoreInspect credential in n8n.
- Revoke the corresponding API key under Settings > API in StoreInspect.