Discover/a16zcrypto.com API
live

a16zcrypto.com APIa16zcrypto.com

Access a16z Crypto blog posts, portfolio companies, and team profiles via API. Filter by category, tag, author, or format. Search posts and get full content.

Endpoints
7
Updated
14d ago
Try it
Filter by tag slug (e.g. 'stablecoins', 'defi', 'zero-knowledge').
Page number (0-indexed). Currently only page 0 returns results from preloaded data.
Max results per page (max 20).
Filter by author slug (e.g. 'chris-dixon').
Filter by format slug (e.g. 'articles', 'papers-journals-whitepapers', 'podcasts').
Filter by category slug (e.g. 'research', 'announcements', 'policy', 'company-building', '
api.parse.bot/scraper/42c480ad-6195-4a75-bf9f-7cafedd46d46/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/42c480ad-6195-4a75-bf9f-7cafedd46d46/get_all_posts?page=0&limit=10&category=research' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Fetch blog posts from a16zcrypto.com with optional filters for category, tag, format, and author. Returns up to 20 posts per page from the site's preloaded data. Only one filter can be applied at a time (category, tag, format, or author); if multiple are provided, priority is category > tag > format > author.

Input
ParamTypeDescription
tagstringFilter by tag slug (e.g. 'stablecoins', 'defi', 'zero-knowledge').
pageintegerPage number (0-indexed). Currently only page 0 returns results from preloaded data.
limitintegerMax results per page (max 20).
authorstringFilter by author slug (e.g. 'chris-dixon').
formatstringFilter by format slug (e.g. 'articles', 'papers-journals-whitepapers', 'podcasts').
categorystringFilter by category slug (e.g. 'research', 'announcements', 'policy', 'company-building', 'tech-trends').
Response
{
  "type": "object",
  "fields": {
    "hits": "array of post objects containing objectID, post_id, post_title, post_date, permalink, post_excerpt, taxonomies",
    "page": "current page number",
    "nbHits": "total number of results available",
    "hasMore": "boolean indicating if more posts exist beyond preloaded data",
    "nbPages": "total number of pages",
    "hitsPerPage": "number of results per page"
  },
  "sample": {
    "data": {
      "hits": [
        {
          "post_id": 19240,
          "objectID": "19240-0",
          "permalink": "https://a16zcrypto.com/posts/article/eddy-lazzarin-general-partner",
          "post_date": 1777996521,
          "post_type": "post",
          "post_title": "Eddy Lazzarin",
          "taxonomies": {
            "author": [
              "cap-chris-dixon"
            ],
            "category": [
              "announcements & news"
            ],
            "post_tag": [
              "announcements"
            ]
          },
          "excerptText": "Eddy Lazzarin is promoted to General Partner...",
          "post_excerpt": "Today we are excited to announce..."
        }
      ],
      "page": 0,
      "nbHits": 20,
      "hasMore": true,
      "nbPages": 1,
      "hitsPerPage": 20
    },
    "status": "success"
  }
}

About the a16zcrypto.com API

This API covers 7 endpoints that extract blog content, portfolio data, and team information from a16zcrypto.com. The get_all_posts endpoint returns up to 20 posts per page with filter support for category, tag, format, and author — each post object includes post_title, post_date, permalink, post_excerpt, and taxonomies. Separate endpoints expose portfolio company listings, investment announcements, team member profiles, and full post content.

Blog Posts and Search

The get_all_posts endpoint accepts filter parameters including category (e.g. research, policy, announcements), tag (e.g. stablecoins, defi, zero-knowledge), format (e.g. podcasts, papers-journals-whitepapers), and author slug. Only one filter applies per request — if multiple are provided, category takes priority. Results include objectID, post_id, post_title, post_date, permalink, post_excerpt, and taxonomies, along with pagination fields nbHits, nbPages, hitsPerPage, and hasMore. Note that only page 0 returns results from the site's preloaded data.

The search_posts endpoint accepts a required query string and performs case-insensitive matching against post titles, excerpts, descriptions, categories, and tags. It operates over the most recent preloaded posts (up to 20) and returns the same post object shape as get_all_posts.

Post Detail and Firm Content

get_post_detail takes a slug parameter and returns the full content_html and content_text of a post body, along with authors (array of name and slug objects), published_date from the article metadata, and the resolved url. The endpoint tries multiple URL patterns to locate the post. The get_about_info endpoint returns a content text field describing the firm, sourced from the about page.

Portfolio and Team

get_portfolio_companies returns two arrays: companies (each with name and url) and announcements (each with title and url), drawn from the a16z crypto portfolio page. get_team_members lists all team members with name, slug, role, and url. The get_team_member_detail endpoint accepts a member slug and returns bio, name, url, and a socials array of objects with platform and url — useful for mapping investment team members to their public profiles.

Common use cases
  • Monitor new a16z crypto research posts by polling get_all_posts filtered by the research category
  • Build a deal tracker by pulling portfolio company names and announcement URLs from get_portfolio_companies
  • Index full post text for semantic search using content_text from get_post_detail
  • Map author activity by filtering get_all_posts with specific author slugs like chris-dixon
  • Compile team bios and social links for investor intelligence tools using get_team_member_detail
  • Track content by format type (e.g. whitepapers vs. podcasts) using the format filter on get_all_posts
  • Search for posts on specific crypto topics like zero-knowledge or defi using search_posts
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does a16z Crypto have an official developer API?+
No. a16zcrypto.com does not publish a public developer API. This Parse API provides structured access to the site's public content.
Can I retrieve posts beyond the first page using `get_all_posts`?+
Pagination is limited — only page 0 reliably returns results from the site's preloaded data. The hasMore and nbPages fields indicate whether additional posts exist, but higher page numbers do not currently return results. The API covers what the site exposes at initial load. You can fork it on Parse and revise to add deeper pagination if the site's data surface changes.
What does `get_portfolio_companies` return exactly, and does it include investment amounts or funding rounds?+
It returns companies (name and URL) and announcements (title and URL) from the public portfolio page. Investment amounts, funding round details, and valuation data are not included. You can fork the API on Parse and revise it to add an endpoint targeting any additional portfolio detail pages the site exposes.
Can I apply multiple filters simultaneously in `get_all_posts`?+
No. Only one filter is applied per request. When multiple parameters are provided, priority order is: category, then tag, then format, then author. To combine filters, you would need to filter results client-side after fetching.
Does the API return historical posts or only the most recent ones?+
Both get_all_posts and search_posts operate over the site's preloaded data, which covers recent posts — typically up to 20 at a time. Older posts not present in that preloaded set are not accessible through these endpoints. The API covers current preloaded content and individual post detail via slug. You can fork it on Parse and revise to add archival post retrieval if additional site entry points become available.
Page content last updated . Spec covers 7 endpoints from a16zcrypto.com.
Related APIs in Crypto Web3See all →
opensea.io API
Search NFT collections and discover detailed stats, browse individual items, and track collection activity all in one place. Get real-time insights into collection performance and find the NFTs you're looking for on OpenSea.
ens.vision API
Search and explore ENS domains across the marketplace, discover owner portfolios and activity feeds, and resolve names to addresses with complete text records. Get domain details, browse categories, view offers and recommendations, and track all marketplace listings in one place.
nseindia.com API
Track live NSE stock prices, monitor indices, analyze option chains, and access corporate announcements with real-time market data from India's National Stock Exchange. View equity quotes with full order books, identify top gainers/losers, analyze 52-week highs/lows, and explore historical price trends all in structured JSON format.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
studio.glassnode.com API
Access comprehensive on-chain and market analytics for cryptocurrencies, including asset fundamentals, supply dynamics, futures data, and profit/loss metrics. Search and analyze assets with historical chart data and market overview information to track crypto performance and trends.
crypto-fundraising.info API
Track cryptocurrency fundraising activity by searching projects and investors, viewing deal details, and staying updated with the latest crypto funding news and top active venture funds. Monitor major fundraising rounds, explore investor portfolios, and research emerging crypto projects all in one place.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.