{
  "info": {
    "name": "Diffbot — mcp.ai",
    "description": "REST API for the Diffbot MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/diffbot",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "diffbot_combine_entity_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/combine/entity/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "combine",
            "entity",
            "profiles"
          ]
        },
        "description": "Combine multiple entity profiles into a unified view using the Diffbot Knowledge Graph. Returns enhanced person or organization data by matching on identifying attributes like name, email, employer, o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"url\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"title\": \"\",\n  \"filter\": \"\",\n  \"school\": \"\",\n  \"search\": false,\n  \"refresh\": false,\n  \"customId\": \"\",\n  \"employer\": \"\",\n  \"jsonmode\": \"\",\n  \"location\": \"\",\n  \"threshold\": 0,\n  \"filterExclude\": \"\",\n  \"nonCanonicalFacts\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_create_bulk",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/bulk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "bulk"
          ]
        },
        "description": "Tool to submit a bulk extract job to process multiple URLs with Extract APIs. Use when you need to process many URLs asynchronously using any Extract API. The job will process URLs in the background a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"urls\": \"\",\n  \"apiUrl\": \"\",\n  \"notifyEmail\": \"\",\n  \"notifyWebhook\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_create_custom_api",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/custom/api",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "custom",
            "api"
          ]
        },
        "description": "Tool to create or update the parameters and ruleset of a Custom API. Use this when you need to define custom extraction rules for specific websites that require tailored parsing logic beyond standard ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api\": \"\",\n  \"notes\": \"\",\n  \"rules\": \"\",\n  \"testUrl\": \"\",\n  \"useProxy\": \"\",\n  \"prefilters\": \"\",\n  \"urlPattern\": \"\",\n  \"renderOptions\": \"\",\n  \"xForwardHeaders\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_create_kg_bulk_enhance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/kg/bulk/enhance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "kg",
            "bulk",
            "enhance"
          ]
        },
        "description": "Tool to submit a bulk enhance job to enrich multiple entities asynchronously. Use when you need to process many Person or Organization records in batch. The API accepts entity descriptions and returns",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"size\": 0,\n  \"search\": false,\n  \"refresh\": false,\n  \"entities\": \"\",\n  \"jsonmode\": \"\",\n  \"threshold\": 0,\n  \"webhookurl\": \"\",\n  \"nonCanonicalFacts\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_delete_custom_api",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/custom/api",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "custom",
            "api"
          ]
        },
        "description": "Tool to delete custom API definitions for a given URL pattern. Removes custom extraction rules from your account. Use when you need to remove previously configured custom APIs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api\": \"\",\n  \"urlPattern\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_delete_kg_enhance_bulkjob",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/kg/enhance/bulkjob",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "kg",
            "enhance",
            "bulkjob"
          ]
        },
        "description": "Tool to delete an Enhance Bulkjob. Removes the bulk job and its results from the system. Use when cleaning up completed or failed jobs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"bulkjobId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_download_bulk_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/bulk/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "bulk",
            "results"
          ]
        },
        "description": "Tool to download results of a bulk enhance job with filtering options via POST request. Use this to retrieve processed results from a completed or running bulk job. Supports multiple export formats (j",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"from\": 0,\n  \"head\": 0,\n  \"size\": 0,\n  \"wait\": 0,\n  \"filter\": \"\",\n  \"format\": \"\",\n  \"bulkjobId\": \"\",\n  \"exportfile\": \"\",\n  \"exportspec\": \"\",\n  \"exportquery\": false,\n  \"onlyMatches\": false,\n  \"filterExclude\": \"\",\n  \"exportseparator\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_enhance_entity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enhance/entity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enhance",
            "entity"
          ]
        },
        "description": "Enrich a person or organization with comprehensive data from the Diffbot Knowledge Graph. Provide identifiers like name, email, employer, or URL and receive detailed entity information including emplo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ip\": \"\",\n  \"url\": \"\",\n  \"name\": \"\",\n  \"size\": 0,\n  \"type\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"title\": \"\",\n  \"filter\": \"\",\n  \"school\": \"\",\n  \"search\": false,\n  \"refresh\": false,\n  \"customId\": \"\",\n  \"employer\": \"\",\n  \"jsonmode\": \"\",\n  \"location\": \"\",\n  \"threshold\": 0,\n  \"description\": \"\",\n  \"filterExclude\": \"\",\n  \"nonCanonicalFacts\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_extract_job",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/extract/job",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "extract",
            "job"
          ]
        },
        "description": "Tool to extract structured job posting data from job listing pages. Returns job title, company, location, salary, requirements, skills, and other job-related information. Use when you need to parse an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"proxy\": \"\",\n  \"fields\": \"\",\n  \"timeout\": 0,\n  \"useProxy\": \"\",\n  \"proxyAuth\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_extract_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/extract/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "extract",
            "list"
          ]
        },
        "description": "Tool to extract structured data from list-style pages like news indexes, product listings, and directory pages. Returns an array of items with their titles, links, and descriptions. Use when you need ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"proxy\": \"\",\n  \"fields\": \"\",\n  \"timeout\": 0,\n  \"useProxy\": \"\",\n  \"proxyAuth\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account"
          ]
        },
        "description": "Retrieves comprehensive Diffbot account information including subscription plan details, credit balance, usage history, and account status. Returns account holder name, email, current plan, available ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_analyze",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/analyze",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "analyze"
          ]
        },
        "description": "Automatically analyzes a web page to determine its type and extract structured data. The Analyze API intelligently classifies pages into types (article, product, discussion, image, video, organization",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"mode\": \"\",\n  \"fields\": \"\",\n  \"timeout\": 0,\n  \"fallback\": \"\",\n  \"discussion\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "article"
          ]
        },
        "description": "Tool to extract information from articles, including authors, publication dates, and images. Use when you need structured metadata from a web article URL.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"mode\": \"\",\n  \"stats\": false,\n  \"fields\": \"\",\n  \"paging\": \"\",\n  \"timeout\": 0,\n  \"discussion\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_bulk_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulk/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulk",
            "data"
          ]
        },
        "description": "Tool to download extracted results from a completed bulk job. Use after a bulk job has finished processing to retrieve the data. Supports JSON and CSV formats.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"name\": \"\",\n  \"type\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_bulk_job_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulk/job/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulk",
            "job",
            "status"
          ]
        },
        "description": "Tool to poll the status of a specific Diffbot Knowledge Graph Enhance bulk job. Use when you need to check the progress, completion status, or details of a bulk enhancement job.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"bulkjobId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_bulk_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulk/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulk",
            "results"
          ]
        },
        "description": "Tool to download the results of a completed Enhance Bulkjob. Returns enriched records from the bulk job. Use after a bulk enhance job has completed processing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"from\": 0,\n  \"head\": 0,\n  \"size\": 0,\n  \"wait\": 0,\n  \"filter\": \"\",\n  \"format\": \"\",\n  \"bulkjobId\": \"\",\n  \"exportfile\": \"\",\n  \"exportspec\": \"\",\n  \"exportquery\": \"\",\n  \"onlyMatches\": \"\",\n  \"filterExclude\": \"\",\n  \"exportseparator\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_bulk_single_result",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulk/single/result",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulk",
            "single",
            "result"
          ]
        },
        "description": "Tool to download the result of a single job within a Diffbot bulk enhance job. Returns enriched entity data for a specific input record by its index. Use after a bulk enhance job has completed to retr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_idx\": 0,\n  \"bulkjob_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_crawl_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crawl/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crawl",
            "data"
          ]
        },
        "description": "Download extracted results from a completed crawl job. Returns all structured data extracted during crawl processing (articles, products, etc.). Use after a crawl job has completed to retrieve the col",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"name\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_discussion",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/discussion",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "discussion"
          ]
        },
        "description": "Extract structured discussion threads from web pages including forums, comment sections, product reviews, Reddit discussions, and blog comments. Returns posts with author info, timestamps, content, an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"fields\": \"\",\n  \"timeout\": 0,\n  \"maxPages\": \"\",\n  \"norender\": false,\n  \"discussion\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "event"
          ]
        },
        "description": "Tool to extract event details from web pages. Use when you need structured event data such as venue, date, and description.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"fields\": \"\",\n  \"paging\": false,\n  \"timeout\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "image"
          ]
        },
        "description": "Tool to extract detailed information about images, including dimensions and recognition data. Use after confirming the image URL is publicly accessible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"fields\": \"\",\n  \"paging\": false,\n  \"timeout\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_kg_coverage_report_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/kg/coverage/report/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "kg",
            "coverage",
            "report",
            "by",
            "id"
          ]
        },
        "description": "Download Knowledge Graph coverage report by report ID. Returns detailed CSV coverage statistics showing field presence across query results. Use this after generating a coverage report from a DQL quer",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product"
          ]
        },
        "description": "Tool to extract product information such as specifications, prices, availability, and reviews. Use when you need structured product data including specs, pricing, and reviews.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"mode\": \"\",\n  \"fields\": \"\",\n  \"paging\": false,\n  \"timeout\": 0,\n  \"discussion\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_get_video",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/video",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "video"
          ]
        },
        "description": "Tool to extract information from videos, including titles, descriptions, and embedded HTML. Use when you need structured video metadata from any web page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"mode\": \"\",\n  \"fields\": \"\",\n  \"paging\": false,\n  \"timeout\": 0,\n  \"callback\": \"\",\n  \"fallback\": false,\n  \"discussion\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_list_bulk_jobs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/bulk/jobs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "bulk",
            "jobs"
          ]
        },
        "description": "Tool to list all Bulk jobs associated with a specific token. Use after authenticating to retrieve statuses of all jobs for the account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_list_bulk_jobs_status_for_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/bulk/jobs/status/for/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "bulk",
            "jobs",
            "status",
            "for",
            "token"
          ]
        },
        "description": "Tool to get the status of all bulk enhance jobs for a token. Returns list of all bulk jobs associated with your API token. Use when you need to monitor or retrieve the status of multiple bulk jobs at ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_list_custom_apis",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/custom/apis",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "custom",
            "apis"
          ]
        },
        "description": "Tool to retrieve all Custom APIs and their extraction rules currently defined on your Diffbot token. Use when you need to list, review, or audit custom API configurations for your account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_manage_crawl",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manage/crawl",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manage",
            "crawl"
          ]
        },
        "description": "Manages Diffbot crawl jobs: pause, restart, delete, or view status. Returns list of all active crawl jobs when called without parameters. Use 'name' parameter with action flags (pause=1, restart=1, de",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"pause\": 0,\n  \"delete\": 0,\n  \"restart\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_resolve_lost_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/lost/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "lost",
            "id"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"lostId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search"
          ]
        },
        "description": "Search the Diffbot Knowledge Graph using DQL (Diffbot Query Language). Query billions of entities including organizations, people, articles, products, and more. Use structured queries to filter by typ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"col\": \"\",\n  \"size\": 0,\n  \"query\": \"\",\n  \"filter\": \"\",\n  \"format\": \"\",\n  \"offset\": 0,\n  \"jsonmode\": \"\",\n  \"query_type\": \"\",\n  \"filter_exclude\": \"\",\n  \"non_canonical_facts\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_search_crawl_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/crawl/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "crawl",
            "data"
          ]
        },
        "description": "Tool to query crawl job collections using DQL (Diffbot Query Language). Use when you need to search extracted data from completed crawl or bulk jobs by collection name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"col\": \"\",\n  \"num\": 0,\n  \"query\": \"\",\n  \"start\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_start_bulk",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/bulk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "bulk"
          ]
        },
        "description": "Tool to start a Bulk Extract job. Use when processing large numbers of URLs asynchronously. The Diffbot Bulk API uses GET requests with query parameters to create jobs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"urls\": \"\",\n  \"apiUrl\": \"\",\n  \"maxToCrawl\": 0,\n  \"notifyEmail\": \"\",\n  \"maxToProcess\": 0,\n  \"notifyWebhook\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_start_crawl",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/crawl",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "crawl"
          ]
        },
        "description": "Initiates a Diffbot crawl job that spiders a website starting from seed URLs and processes discovered pages with a specified Extract API. The crawler follows links within the domain, collects structur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"seeds\": \"\",\n  \"apiUrl\": \"\",\n  \"repeat\": 0,\n  \"crawlDelay\": 0,\n  \"maxToCrawl\": 0,\n  \"obeyRobots\": 0,\n  \"notifyEmail\": \"\",\n  \"maxToProcess\": 0,\n  \"customHeaders\": {},\n  \"notifyWebhook\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_stop_bulk_job",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stop/bulk/job",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stop",
            "bulk",
            "job"
          ]
        },
        "description": "Tool to pause (stop) a running Bulk job. Pausing halts further processing of URLs while preserving existing progress. To resume, use the appropriate resume action. Specify the exact job name (case-sen",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "diffbot_stop_kg_bulk_job_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stop/kg/bulk/job/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stop",
            "kg",
            "bulk",
            "job",
            "by",
            "id"
          ]
        },
        "description": "Tool to stop an active Knowledge Graph Enhance bulk job by its ID. Halts processing of a running KG bulk job immediately. Use when you need to stop a specific KG bulk job using its bulkjobId.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"bulkjobId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}