---
title: "Browse buyer intent interactions (product-agnostic)"
method: GET
path: "/api/v2/buyer_intent"
tags: ["Buyer Intent"]
---

# Browse buyer intent interactions (product-agnostic)

`GET /api/v2/buyer_intent`

**Requires `buyer_intent.read` scope.**

Query buyer intent data across one or more products in a single request.
Pass product_id to specify which products, or omit to use your assigned products.
Supports multi-product queries — the data is not scoped to a single subject product.

## Query parameters

- `dimensions` string[]
- `measures` string[]
- `subject_product_ids` string
- `sort` string
- `page[size]` integer
- `page[after]` string
- `page[before]` string
- `dimension_filters` object

## Response `200`

Successful responses

## Changes

- **2026-08-12** `4eb7e23e2a6d` — 1 breaking, 2 warning, 2 info
  - for the `query` request parameter `page[size]`, default value `25` was added
  - for the `query` request parameter `page[size]`, the max was set to `250.00`
  - for the `query` request parameter `page[size]`, the min was set to `1.00`
  - added the new optional `query` request parameter `page[after]`
  - …1 more

[Change history](https://skmtc.dev/g2/apis/g2-api/changes/api/v2/buyer_intent/get.md)

---

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