---
title: "Discover Startup Platform Posts"
method: GET
path: "/discover/startup_platform_posts"
tags: ["Startup Platform Posts Dataset"]
---

# Discover Startup Platform Posts

`GET /discover/startup_platform_posts`

Returns a list of latest posts on popular startup platforms by companies that are hiring or launching new products.

## Query parameters

- `published_at_from` string, date
- `published_at_until` string, date
- `post_types` union[]
  - union
    - 'show_hn' — Post on startup platform Hacker News - Show page.
    - 'job_hn' — Post on startup platform Hacker News - Job page.
- `page` integer
- `limit` integer

## Response `200`

Request was successfully processed.

- StartupPlatformPostsDataset — Provides information about posts on popular startup platforms by companies that are hiring or launching new products.
  - `data` StartupPlatformPost[], required — unresolved $ref
  - `meta` object — Meta information about `StartupPlatformPostsDataset` 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)
