---
title: "Discover Products"
method: GET
path: "/discover/products"
tags: ["Products Dataset"]
---

# Discover Products

`GET /discover/products`

Returns a list of Products, optionally filtered by categories and subcategories, ordered by last seen date.

## Query parameters

- `categories` union[]
  - union
    - 'product'
    - 'service'
    - 'solution'
    - 'unclassified'
- `subcategories` union[]
  - union
    - 'industry'
    - 'use_case'
    - 'pricing_tier'
    - 'unclassified'
- `page` integer
- `limit` integer

## Response `200`

Request was successfully processed.

- ProductsDataset — PredictLeads delivers detailed insights into the specific offerings of companies worldwide. To help better understand company business models, every offering is classified as a product, service, or solution. <br><br> Each record includes the original name as shown on the company website, a normalized English translation, and a concise description highlighting the offering's core features.
  - `data` Product[], required — unresolved $ref
  - `included` CompanyLite[], required — Contains objects referenced in property `relationships`. — unresolved $ref
  - `meta` object — Meta information about `ProductsDataset` object.
    - `schema_version` string, required — Represents schema version of objects.
    - `record_state` 'active', required — Represents record state of objects.
    - `count` integer — Total number of results. <br> **NOTE**: Only included in API responses when the request parameter `page` is provided, for performance reasons.

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Authentication credentials are invalid or API subscription is not activated.
- `402` — Exceeded the monthly request limit.
- `403` — Request rate over limit.
- `404` — Record not found.
- `422` — Provided data failed to validate.
- `429` — Too many requests.
- `500` — Internal server error.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/predictleads/apis/predictleads-api-reference.md) · [All operations](https://skmtc.dev/predictleads/apis/predictleads-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/predictleads/predictleads-api-reference/revisions/a56831a1efd4/schema)
