Diffbot website screenshot

Diffbot

Diffbot is a company that provides AI-powered web scraping and data extraction services. Their technology allows businesses to automatically extract and organize data from any website, turning unstructured web content into structured data that can be easily analyzed and used for various purposes. Diffbot's solution is used by companies across industries to gather competitive intelligence, monitor market trends, track online mentions, and more.

7 APIs 0 Features
ExtractionHarvestingScrapingWeb

APIs

Diffbot DQL API

The Diffbot DQL API is a powerful tool that allows users to query and retrieve data from the web in a structured format. By using a simple query language, users can access a wea...

Diffbot Enhance API

Diffbot Enhance API enhances data by providing additional context and insights. By analyzing text and images, the API can identify and extract key information, such as entities,...

Diffbot Natural Language API

Diffbot Natural Language API allows users to extract and analyze textual content from websites. By utilizing advanced natural language processing algorithms, the API can automat...

Diffbot Extract API

Diffbot Extract API is a powerful tool that allows users to automatically extract multiple types of data from web pages. This API is capable of extracting information such as ar...

Diffbot Bulk Extract API

Diffbot Bulk Extract API is a tool that allows users to extract data at scale from a variety of sources, including websites, documents, and social media platforms. This API util...

Diffbot Crawl API

Diffbot Crawl API is a powerful tool that automates the process of extracting content and data from websites on a large scale. By using advanced machine learning algorithms, the...

Diffbot Crawl/Bulk Job API

The Diffbot Crawl/Bulk Job API is a powerful tool that allows users to automatically extract and organize large amounts of web data. It enables users to create custom scraping j...

Collections

Pricing Plans

Diffbot Plans Pricing

3 plans

PLANS

Rate Limits

Diffbot Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
📄
ChangeLog
ChangeLog
🔗
Website
Website
💰
Pricing
Pricing
🔗
Customers
Customers
🔗
Documentation
Documentation
📰
News
News
📰
Blog
Blog
🔗
Glossary
Glossary
🔗
Webinars
Webinars
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
DataLicensing
DataLicensing
🔗
LlmsText
LlmsText

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Diffbot API
  version: '1.0'
request:
  auth:
    type: apikey
    key: token
    value: '{{token}}'
    placement: query
items:
- info:
    name: Extract
    type: folder
  items:
  - info:
      name: Analyze a page and extract structured data
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/analyze
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Analyze a page and extract structured data
  - info:
      name: Extract article content
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/article
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract article content
  - info:
      name: Extract product details
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/product
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract product details
  - info:
      name: Extract image metadata
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/image
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract image metadata
  - info:
      name: Extract reviews and discussion content
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/discussion
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract reviews and discussion content
  - info:
      name: Extract video metadata
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/video
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract video metadata
  - info:
      name: Extract event details
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/event
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract event details
  - info:
      name: Extract job posting details
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/job
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract job posting details
  - info:
      name: Extract list items
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/list
      params:
      - name: url
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Extract list items
- info:
    name: Knowledge Graph
    type: folder
  items:
  - info:
      name: Query the Knowledge Graph using DQL
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/kg/v3/dql
      params:
      - name: query
        value: ''
        type: query
        description: DQL query string
      - name: token
        value: ''
        type: query
    docs: Query the Knowledge Graph using DQL
  - info:
      name: Enhance a person or organization record
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/kg/v3/enhance
      params:
      - name: type
        value: ''
        type: query
      - name: name
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Enhance a person or organization record
- info:
    name: Crawl
    type: folder
  items:
  - info:
      name: Manage a crawl job (create, pause, restart, delete, status)
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/crawl
      params:
      - name: name
        value: ''
        type: query
      - name: seeds
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Manage a crawl job (create, pause, restart, delete, status)
  - info:
      name: Retrieve crawl extraction results
      type: http
    http:
      method: GET
      url: https://api.diffbot.com/v3/crawl/data
      params:
      - name: name
        value: ''
        type: query
      - name: token
        value: ''
        type: query
    docs: Retrieve crawl extraction results
- info:
    name: Natural Language
    type: folder
  items:
  - info:
      name: Process raw text and extract entities/relationships
      type: http
    http:
      method: POST
      url: https://api.diffbot.com/v1/
      params:
      - name: token
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Process raw text and extract entities/relationships
bundled: true