Reference
Remy Reference/agent/scrapeXProfile
?

scrapeXProfile

Scrape public profile data from an X (Twitter) account by URL.
mindstudio.scrapeXProfile({ url }) → Result

Scrapes public data from an X (Twitter) profile by URL.

Parameters
url
string
RequiredFull URL or username for the X profile (e.g. https://x.com/elonmusk)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.scrapeXProfile({
  url: /* ... */
});