TechCrunch · Example Payload

Techcrunch Search Example

MediaNewsStartupsTechnology NewsVenture Capital

Techcrunch Search Example is an example object payload from TechCrunch, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://techcrunch.com/wp-json/wp/v2/search?search=artificial+intelligence&type=post&per_page=5",
    "headers": {
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json; charset=UTF-8",
      "X-WP-Total": "2847",
      "X-WP-TotalPages": "570"
    },
    "body": [
      {
        "id": 2891034,
        "title": "AI Startup Funding Roundup: $2.1B raised across 12 deals in April 2026",
        "url": "https://techcrunch.com/2026/05/03/ai-startup-funding-roundup-may-2026/",
        "type": "post",
        "subtype": "post",
        "_links": {
          "self": [{"href": "https://techcrunch.com/wp-json/wp/v2/posts/2891034"}],
          "about": [{"href": "https://techcrunch.com/wp-json/wp/v2/types/post"}]
        }
      },
      {
        "id": 2890987,
        "title": "OpenAI launches GPT-5 Enterprise with advanced reasoning capabilities",
        "url": "https://techcrunch.com/2026/05/02/openai-gpt5-enterprise-launch/",
        "type": "post",
        "subtype": "post",
        "_links": {
          "self": [{"href": "https://techcrunch.com/wp-json/wp/v2/posts/2890987"}],
          "about": [{"href": "https://techcrunch.com/wp-json/wp/v2/types/post"}]
        }
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/techcrunch-search-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.