Trending Topics Extractor from Bing avatar
Trending Topics Extractor from Bing

Deprecated

Pricing

Pay per usage

Go to Store
Trending Topics Extractor from Bing

Trending Topics Extractor from Bing

Deprecated

Developed by

Mamadou Diao Bah

Mamadou Diao Bah

Maintained by Community

Extract trending topics, featured snippets, summaries, and more from Bing Search using one or more queries.

0.0 (0)

Pricing

Pay per usage

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

a month ago

๐Ÿง  Bing Search Insights Extractor

Author: Mamadou Diao Bah (Diao-bah)
Version: 1.0.0

This Apify Actor enables you to perform advanced Bing search queries and extract structured insights โ€” perfect for SEO, content analysis, or AI knowledge pipelines.


โœ… Features

  • ๐Ÿ” Extract organic search results (title, URL, source)
  • ๐Ÿ“ข Get sponsored results (ads) when available
  • ๐Ÿ“ฆ Parse featured snippets (quick answers)
  • ๐Ÿ™‹ Grab People Also Ask questions
  • ๐Ÿง  Generate a summary of results
  • ๐Ÿ“‘ Support for single or multiple queries
  • ๐Ÿšจ Detect CAPTCHAs and fallback states
  • ๐Ÿ“… Timestamped output for tracking

๐Ÿ”ง Input Format

You can input either a single query (legacy) or multiple queries (preferred):

{
"queries": [
"best VPN services 2025",
"how to learn javascript for free"
]
}
Legacy:
{
"query": "single search term"
}
.
๐Ÿ“ค Output Dataset Format:
Each output item in the dataset includes:
| Field | Type | Description |
| ------------------ | ------- | ----------------------------------------- |
| `query` | string | Original search query |
| `results` | array | Organic search results with title + URL |
| `sponsoredResults` | array | Sponsored results (ads), if any |
| `featuredSnippet` | string | Extracted featured snippet |
| `peopleAlsoAsk` | array | List of related questions |
| `summary` | string | Auto-generated summary from result titles |
| `timestamp` | string | Date-time of the run |
| `noResults` | boolean | If no results were found |
| `captchaDetected` | boolean | If a CAPTCHA was detected |
| `error` | string | Any error encountered (optional) |
Use Cases:
Cases
๐Ÿง  Feed LLMs or GPT bots with live Bing data
๐Ÿ“Š Track competitors and SEO ranking shifts
๐Ÿ“š Generate summaries for trending topics
๐Ÿ” Enrich content curation tools
๐Ÿ“… Schedule periodic queries with fresh results
How to Use?
Go to the Input tab and paste your search terms.
Click Run to launch the Actor.
View your results in the Dataset tab.
Export to JSON, CSV, or Excel.
Advanced Options:
Tune maxRequestsPerCrawl for performance (in main.js)
Customize selectors for regional Bing domains
Combine with Apify Proxy for reliability
Support & Freelance:
Need help customizing this Actor or building something similar?
I'm available on Upwork or LinkedIn.
๐Ÿ’ผ Need a custom scraping Actor or data extractor?
๐Ÿ“ฉ Contact me on:
- [Upwork](https://www.upwork.com/freelancers/~01644021da8913e68d?mp_source=share)
- [Fiverr](https://www.fiverr.com/users/diao_bah/seller_dashboard)
License:
MIT โ€” Free to use and modify.
Created by @Diao-bah-timbi