Diffbot
Diffbot provides AI-powered tools to extract and structure data from web pages, transforming unstructured web content into structured, linked data.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Diffbot authenticates with an API key. Generate the credential in your Diffbot account, then paste it into FlyMyAI the first time an agent uses a Diffbot action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Diffbot API Token | Your Diffbot API token used for authentication. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
DIFFBOT_DIFFBOT_SEARCH | Tool to search data extracted by crawl or bulk jobs using dql queries. use after data extraction jobs complete to retrieve search results. | query |
DIFFBOT_GET_ACCOUNT | Tool to retrieve account details, including plan information and usage statistics. use after authenticating to verify subscription and daily quota status. | - |
DIFFBOT_GET_ANALYZE | Tool to automatically determine a page's content type and route it to the appropriate extraction api. use when you have only a url and need diffbot to choose the right extractor. | url |
DIFFBOT_GET_ARTICLE | Tool to extract information from articles, including authors, publication dates, and images. use when you need structured metadata from a web article url. | url |
DIFFBOT_GET_DISCUSSION | Tool to extract threads of content from forums, comment sections, and review pages. use when you need structured discussion data from web pages after identifying the discussion url. | url |
DIFFBOT_GET_EVENT | Tool to extract event details from web pages. use when you need structured event data such as venue, date, and description. | url |
DIFFBOT_GET_IMAGE | Tool to extract detailed information about images, including dimensions and recognition data. use after confirming the image url is publicly accessible. | url |
DIFFBOT_GET_PRODUCT | Tool to extract product information such as specifications, prices, availability, and reviews. use when you need structured product data including specs, pricing, and reviews. | url |
DIFFBOT_GET_VIDEO | Tool to extract information from videos, including titles, descriptions, and embedded html. use when you need structured video metadata from any web page. | url |
DIFFBOT_LIST_BULK_JOBS | Tool to list all bulk jobs associated with a specific token. use after authenticating to retrieve statuses of all jobs for the account. | - |
DIFFBOT_RESOLVE_LOST_ID | Tool to resolve lost ids in the knowledge graph. use when you need to map a lost identifier to its canonical counterpart for data consistency. | lostId |
DIFFBOT_START_BULK | Tool to start a bulk extract job. use when processing large numbers of urls asynchronously. | apiUrl |
DIFFBOT_START_CRAWL | Tool to spider a site for links and process them with the extract api into a single collection. use when you have seed urls and want to collect structured data across a site. requires a plus plan for crawl api access. | name, seeds, type |
DIFFBOT_STOP_BULK_JOB | Tool to stop a running bulk job. use when you need to halt further processing of urls in a job in progress. invoke only after confirming the jobid to avoid accidental stoppage. | jobId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Diffbot!