Reference
Remy Reference/agent/particlePodcastsSearchCompanies
?

particlePodcastsSearchCompanies

Search the Particle knowledge graph for companies by name, ticker, domain, CIK, or QID.
mindstudio.particlePodcastsSearchCompanies(input) → Result

Searches the Particle knowledge graph for companies by name, ticker, domain, CIK, or QID — the entity lookup behind podcast mention tracking.

Parameters
q
string
Free-text company name
ticker
string
Stock ticker
domain
string
Company domain
cik
string
SEC CIK
qid
string
Wikidata QID
entityId
string
Knowledge-graph entity ID
updatedAfter
string
Only include companies updated after this ISO timestamp
limit
number
Max results
cursor
string
Pagination cursor
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.particlePodcastsSearchCompanies({});