Product Search

Discover products with similar functionality, target markets, or business characteristics.

Search Types

1. Similar Products by ID

Endpoint:

GET /search/products/{product_id}/similar

Parameters:

  • product_id(int): The id of the known product

  • Standard search filters (location, size, funding, etc.)

Find products similar to a specific product.

Returns semantically similar products (and associated organization) taking into account business scope, business models, customers and characteristics

2. Similar Products by Description

Endpoint:

GET /search/products/similar

Search for products based on a custom product description.

Parameters:

  • description (string): Product description to match against

  • Standard search filters (location, size, funding, etc.)

Returns semantically similar products to the description provided.

3. Products by Customer Base

Endpoint:

GET /search/products/similar-customers

Find products targeting similar customer segments.

Parameters:

  • product_customer (string): Target customer description

  • Standard search filters (location, size, funding, etc.)

Returns products with semantically similar product customer bases to the product customer description provided

Product Search Filters

Filter Category

Parameters

Description

Location

country_keys, region_keys

Filter by country codes (ISO 3166-1) and regions

Company Size

employee_count_range_min, employee_count_range_max

Filter by employee count ranges

Company Age

year_founded_min, year_founded_max

Filter by founding year

Business Type

product_categories

Filter by product categories: goods, services, software, hardware

Funding Stage

latest_funding_round

Filter by latest funding round stage

Funding Timeline

raised_date_from, raised_date_to

Filter by funding date ranges

Location Type

is_headquarters

Focus on headquarters locations (default: true)

Product Response Data

Each product result includes:

  • Product Details: Name, description, features, pricing information

  • Business Context: Categories, target audiences, revenue models

  • Company Information: Organization name, size, location, funding

  • Market Intelligence: Similarity scores and competitive positioning

  • Organization: Organization details associated with the product

Rich Context: Product search results include comprehensive company information, making it easy to understand the business behind each product.