Startup Platform Posts Dataset

Discover Startup Platform Posts

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

get/discover/startup_platform_posts

Query parameters

published_at_fromstring date
Example:2024-09-25

Only return StartupPlatformPosts published after given date (ISO 8601).

published_at_untilstring date
Example:2024-09-25

Only return StartupPlatformPosts published before given date (ISO 8601).

One or more valid post types as a comma-separated string (e.g. param=val1,val2) or as array parameters (e.g. param[]=val1&param[]=val2).

pageinteger

Page number of shown items. <br> NOTE: If the parameter is not provided, the meta property count will be omitted from response for performance reasons.

limitinteger

Limit the number of shown items per page.

Response

Request was successfully processed.

dataStartupPlatformPost[] required— unresolved $ref

Example response

{
  "data": [
    {
      "id": "941340",
      "type": "startup_platform_post",
      "attributes": {
        "published_at": "2024-11-02T19:28:31.000+01:00",
        "post_type": "show_hn",
        "post_url": "https://news.ycombinator.com/item?id=42028186",
        "company_domain": "incrediboxmustard.cc",
        "company_name": "Incredibox Mustard",
        "fuzzy_match": false
      }
    }
  ],
  "meta": {
    "schema_version": "3.0",
    "record_state": "active"
  }
}

Changes