Explodingtopics: Get Trending Topics
Explodingtopics via Parse · b2b_directory
Fetch a paginated list of trending topics with growth metrics, categories, and search history data. Supports filtering by category, volatility, period, and whether peaked topics are excluded. Each trend object includes keyword, path (slug), growth percentages across periods, categories, and a brief description. Use the path field as the slug input for get_topic_detail and get_related_topics. Access trending topics, startups, websites, blog posts, and categories from Exploding Topics — a platform that surfaces rapidly growing trends before they take off. Fulfilled by Parse from explodingtopics.com.
- b2b-directory
- developer-tools
- ecommerce
- explodingtopics
- explodingtopics-com
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/67aaa11a-d73d-4946-bffa-82a5760b2c39/get_trending_topics
- Interface artifact
- sha256:67e00ccbd5fc847645b3a168585c57f67e534aa00f89c4dcb9c13b78b32e2224
- Manifest digest
- sha256:f762fdf7b318a0622952947cde37a39b475e8b90f288a913c66c30ff77208df1
Request fields
- page (integer): Page number (0-based).
- size (integer): Number of results per page.
- sort (string): Sort field.: Allowed values: growth, volume
- period (integer): Time period in months. Accepted values: 24, 60.: Allowed values: 24, 60
- volatile (string): Volatility filter.: Allowed values: stable, volatile, all
- categories (string): Comma-separated category names to filter by (e.g. 'technology,health'). Use names from get_categories.
- exclude_peaked (string): Exclude peaked topics.: Allowed values: true, false
Example queries
- {"page":"0","size":"5","sort":"growth","period":"24","volatile":"stable","exclude_peaked":"true"}