Datafiniti website screenshot

Datafiniti

Datafiniti is a Data as a Service (DaaS) provider that collects, organizes, and standardizes large-scale data from the public web, delivering ready-to-use datasets for property, people, business, and product data through their API, web portal, and bulk downloads.

5 APIs 0 Features
Business DataData AggregationData as a ServicePeople DataProduct DataProperty Data

APIs

Datafiniti API

Unified Datafiniti REST API exposing search and download endpoints for businesses, products, properties, and people datasets, plus the bearer token authentication endpoint.

Datafiniti Business Data API

Access a large catalog of business listings aggregated from hundreds of online directories and review websites, integrated with firmographics and reviews. Over 131 million busin...

Datafiniti Product Data API

Access millions of product records spanning major retailers, brands, and categories including detailed product information, pricing data, and reviews. Over 506 million product r...

Datafiniti Property Data API

Access a large catalog of real estate listings from dozens of websites, integrated with pricing data, amenities, and reviews. Over 205 million property records available.

Datafiniti People Data API

Access people data records aggregated from public web sources. Over 4 million people records available.

Collections

Pricing Plans

Datafiniti Plans Pricing

3 plans

PLANS

Rate Limits

Datafiniti Rate Limits

2 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Datafiniti Context

0 classes · 5 properties

JSON-LD

API Governance Rules

Datafiniti API Rules

5 rules · 4 errors 1 warnings

SPECTRAL

JSON Structure

Datafiniti Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
📝
Signup
Signup
🔗
Login
Login
📰
Blog
Blog
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
Capabilities
Capabilities
🔗
Rules
Rules
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Datafiniti API
  version: 4.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Issue a bearer token
      type: http
    http:
      method: POST
      url: https://api.datafiniti.co/v4/auth
      body:
        type: json
        data: '{}'
    docs: Exchange email and password credentials for a bearer token used by all other endpoints.
- info:
    name: Businesses
    type: folder
  items:
  - info:
      name: Search business records
      type: http
    http:
      method: POST
      url: https://api.datafiniti.co/v4/businesses/search
      body:
        type: json
        data: '{}'
    docs: Search the business dataset. Returns up to 10 matching records, or a bulk download when download true is set in
      the request body.
- info:
    name: People
    type: folder
  items:
  - info:
      name: Search people records
      type: http
    http:
      method: POST
      url: https://api.datafiniti.co/v4/people/search
      body:
        type: json
        data: '{}'
    docs: Search people records
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Search product records
      type: http
    http:
      method: POST
      url: https://api.datafiniti.co/v4/products/search
      body:
        type: json
        data: '{}'
    docs: Search product records
- info:
    name: Properties
    type: folder
  items:
  - info:
      name: Search property records
      type: http
    http:
      method: POST
      url: https://api.datafiniti.co/v4/properties/search
      body:
        type: json
        data: '{}'
    docs: Search property records
bundled: true