---
title: "Get Specific Competitor Report"
method: POST
path: "/v1/competitor-reports/{report_key}"
tags: ["Scans & Reports"]
---

# Get Specific Competitor Report

`POST /v1/competitor-reports/{report_key}`

Allows you to retrieve the full result of a Competitor Report within your Local Falcon account.

## Path parameters

- `report_key` string, required

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` boolean
  - `success` boolean
  - `message` boolean
  - `parameters` object
  - `data` object
    - `id` string
    - `checksum` string
    - `report_key` string
    - `timestamp` string
    - `date` string
    - `looker_date` string
    - `platform` string
    - `keyword` string
    - `lat` string
    - `lng` string
    - `grid_size` string
    - `radius` string
    - `measurement` string
    - `points` string
    - `businesses` object[]
      - `place_id` string
      - `platform` string
      - `name` string
      - `address` string
      - `lat` string
      - `lng` string
      - `rating` string
      - `reviews` string
      - `categories` object
      - `phone` string
      - `url` string
      - `display_url` string
      - `claimed` boolean
      - `arp` string
      - `atrp` string
      - `solv` string
      - `data_points` object[]
        - `lat` string
        - `lng` string
        - `rank` union
          - integer
          - string

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/06b5d428ba9e/schema)
