TechCrunch website screenshot

TechCrunch

TechCrunch (https://techcrunch.com/) is a leading technology media property dedicated to covering startups, venture capital, and innovation. Founded in 2005 and acquired by AOL in 2010 and later by Yahoo, TechCrunch delivers breaking news, in-depth analysis, and original reporting on the technology industry, emerging companies, funding rounds, and the people shaping the future of tech. The publication hosts flagship events including TechCrunch Disrupt and the Startup Battlefield competition. TechCrunch runs on WordPress and exposes the standard WordPress REST API for programmatic content access.

2 APIs 0 Features
MediaNewsStartupsTechnology NewsVenture Capital

APIs

TechCrunch WordPress REST API

TechCrunch is built on WordPress and exposes the standard WordPress REST API, providing JSON endpoints for accessing posts, pages, categories, tags, authors, media, comments, an...

TechCrunch RSS Feed

TechCrunch provides RSS feeds covering its full range of technology news, startup coverage, and venture capital reporting. The main feed delivers all published articles, and cat...

Collections

Pricing Plans

Techcrunch Plans Pricing

3 plans

PLANS

Rate Limits

Techcrunch Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Techcrunch Context

57 classes · 0 properties

JSON-LD

API Governance Rules

TechCrunch API Rules

12 rules · 5 errors 5 warnings 2 info

SPECTRAL

JSON Structure

Techcrunch Post Structure

0 properties

JSON STRUCTURE

Example Payloads

Techcrunch Search Example

2 fields

EXAMPLE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
About
About
📰
Newsletter
Newsletter
🔗
RSSFeeds
RSSFeeds
🔗
Advertising
Advertising
🔗
Contact
Contact
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
X
X
🔗
LinkedIn
LinkedIn
🔗
Facebook
Facebook
🔗
Instagram
Instagram
🔗
Vocabulary
Vocabulary
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: TechCrunch WordPress REST API
  version: v2
items:
- info:
    name: Posts
    type: folder
  items:
  - info:
      name: List Posts
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/posts
      params:
      - name: page
        value: ''
        type: query
        description: Current page of the collection.
      - name: per_page
        value: ''
        type: query
        description: Maximum number of items to be returned in result set.
      - name: search
        value: ''
        type: query
        description: Limit results to those matching a string.
      - name: after
        value: ''
        type: query
        description: Limit response to posts published after a given ISO8601 date.
      - name: before
        value: ''
        type: query
        description: Limit response to posts published before a given ISO8601 date.
      - name: author
        value: ''
        type: query
        description: Limit result set to posts assigned to specific authors.
      - name: categories
        value: ''
        type: query
        description: Limit result set to posts assigned to specific category IDs.
      - name: tags
        value: ''
        type: query
        description: Limit result set to posts assigned to specific tag IDs.
      - name: orderby
        value: ''
        type: query
        description: Sort collection by object attribute.
      - name: order
        value: ''
        type: query
        description: Order sort attribute ascending or descending.
      - name: _fields
        value: ''
        type: query
        description: Limit response to specific fields. Separate multiple fields with commas.
      - name: _embed
        value: ''
        type: query
        description: Embed linked resources in the response.
    docs: Retrieve a paginated list of published posts from TechCrunch. Supports filtering by author, category, tag, date
      range, and full-text search.
  - info:
      name: Get Post
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/posts/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
      - name: _fields
        value: ''
        type: query
        description: Limit response to specific fields.
      - name: _embed
        value: ''
        type: query
        description: Embed linked resources.
    docs: Retrieve a specific published post by its unique ID.
- info:
    name: Pages
    type: folder
  items:
  - info:
      name: List Pages
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/pages
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
      - name: orderby
        value: ''
        type: query
      - name: order
        value: ''
        type: query
    docs: Retrieve a list of published pages from TechCrunch.
  - info:
      name: Get Page
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/pages/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
    docs: Retrieve a specific page by its unique ID.
- info:
    name: Categories
    type: folder
  items:
  - info:
      name: List Categories
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/categories
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
        description: Limit results to matching a string.
      - name: orderby
        value: ''
        type: query
      - name: order
        value: ''
        type: query
      - name: hide_empty
        value: ''
        type: query
        description: Whether to hide terms not assigned to any posts.
      - name: parent
        value: ''
        type: query
        description: Limit result set to terms assigned to a given parent ID.
    docs: Retrieve a list of all categories used on TechCrunch.
  - info:
      name: Get Category
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/categories/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
    docs: Retrieve a specific category by its unique ID.
- info:
    name: Tags
    type: folder
  items:
  - info:
      name: List Tags
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/tags
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
      - name: orderby
        value: ''
        type: query
      - name: order
        value: ''
        type: query
      - name: hide_empty
        value: ''
        type: query
    docs: Retrieve a list of all tags used on TechCrunch.
  - info:
      name: Get Tag
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/tags/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
    docs: Retrieve a specific tag by its unique ID.
- info:
    name: Authors
    type: folder
  items:
  - info:
      name: List Authors
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/users
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
      - name: orderby
        value: ''
        type: query
      - name: order
        value: ''
        type: query
      - name: who
        value: ''
        type: query
        description: Limit result set to users who are considered authors.
    docs: Retrieve a list of registered authors and contributors on TechCrunch.
  - info:
      name: Get Author
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/users/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
    docs: Retrieve a specific author by their unique ID.
- info:
    name: Media
    type: folder
  items:
  - info:
      name: List Media
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/media
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
      - name: media_type
        value: ''
        type: query
        description: Limit result set to attachments of a given media type.
      - name: mime_type
        value: ''
        type: query
        description: Limit result set to attachments of a given MIME type.
      - name: orderby
        value: ''
        type: query
      - name: order
        value: ''
        type: query
    docs: Retrieve a list of media items attached to TechCrunch posts.
  - info:
      name: Get Media Item
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/media/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
    docs: Retrieve a specific media item by its unique ID.
- info:
    name: Comments
    type: folder
  items:
  - info:
      name: List Comments
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/comments
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: post
        value: ''
        type: query
        description: Limit result set to comments assigned to a specific post.
      - name: status
        value: ''
        type: query
      - name: orderby
        value: ''
        type: query
      - name: order
        value: ''
        type: query
    docs: Retrieve a list of comments on TechCrunch posts.
  - info:
      name: Get Comment
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/comments/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier for the resource.
    docs: Retrieve a specific comment by its unique ID.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search Content
      type: http
    http:
      method: GET
      url: https://techcrunch.com/wp-json/wp/v2/search
      params:
      - name: search
        value: ''
        type: query
        description: Limit results to those matching a string.
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: type
        value: ''
        type: query
        description: Limit result set to items of an object type.
      - name: subtype
        value: ''
        type: query
        description: Limit result set to items with a given object subtype.
    docs: Search across all TechCrunch content including posts, pages, and other content types using full-text search.
bundled: true