A16zcrypto: Get All Posts
A16zcrypto via Parse · crypto_web3
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; priority is category > tag > format > author. Paginates via page counter over server-side preloaded data. Access blog posts, portfolio data, and team information from a16zcrypto.com. Supports filtering by category, tag, format, and author, plus text search, detailed content extraction, portfolio companies, and team profiles. Fulfilled by Parse from a16zcrypto.com.
- a16zcrypto
- a16zcrypto-com
- b2b-directory
- crypto-web3
- finance
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/42c480ad-6195-4a75-bf9f-7cafedd46d46/get_all_posts
- Interface artifact
- sha256:798d2feb9dfcd32c2407b8d0c18c80268f16636134c99b5dc61a0d8c87365300
- Manifest digest
- sha256:8cc3c696c5756873a04bd5986b8d7512dd24ffb19a572906c213bbf7518ef79d
Request fields
- tag (string): Filter by tag slug (e.g. 'stablecoins', 'defi', 'zero-knowledge').
- page (integer): Page number (0-indexed).
- limit (integer): Max results per page (max 20).: Allowed values: 5, 10, 20
- author (string): Filter by author slug (e.g. 'chris-dixon').
- format (string): Filter by format slug (e.g. 'articles', 'papers-journals-whitepapers', 'podcasts').
- category (string): Filter by category slug (e.g. 'research', 'announcements', 'policy', 'company-building', 'tech-trends').
Example queries
- {"tag":"stablecoins","page":"0","limit":"5","author":"chris-dixon","format":"articles","category":"research"}