Bing People Also Ask Scraper avatar

Bing People Also Ask Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Bing People Also Ask Scraper

Bing People Also Ask Scraper

Extracts People Also Ask questions, answers, and source information from Bing search results.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extracts People Also Ask questions, answers, and source information from Bing search results.

What this Actor collects

Each dataset item represents one expanded Bing People Also Ask question, with its answer, cited source, nesting depth, parent question, and discovered related questions.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 16-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Question and intent research
  • Source and answer monitoring
  • FAQ and content-gap discovery

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYes"how does climate change work"The search query to find PAA panels for (e.g. 'how does climate change work')
maxItemsintegerNo20Maximum number of PAA question-answer pairs to extract
expandNestedbooleanNotrueClick nested PAA questions to expand deeper follow-up questions
marketstringNo"en-US"Bing market code (language-country), e.g. en-US, en-GB, de-DE
headlessbooleanNotrueRun browser in headless mode (recommended for performance)
debugbooleanNofalseLog sanitized Bing answer-module structure without response bodies, credentials, or proxy details
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings for the scraper

Example input

{
"query": "climate change",
"maxItems": 3,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"countryCode": "US"
},
"expandNested": true,
"market": "en-US",
"headless": true,
"debug": false
}

Output

The default dataset contains one item per People Also Ask question-and-answer pair. The following are the most useful fields; answer and source fields appear only when Bing exposes them.

FieldTypeDescription
positionintegerPosition
questionstringQuestion
answerstringAnswer
sourceUrlstringSource URL
sourceTitlestringSource title
depthintegerExpansion depth
searchQuerystringSearch query
scrapedAtstringScraped at (ISO 8601)
typestringRecord type
answerHtmlstringAnswer HTML
sourceDomainstringSource domain
parentQuestionstringParent question
relatedQuestionsarrayRelated questions
resultTypestringResult type
searchUrlstringSearch URL
searchMetadataobjectSearch metadata

Example dataset item

No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.