apify-bing-scraperlisted
Install: claude install-skill johnisanerd/claude-skill-bing-scraper
# Bing Scraper. SERP Results as Structured JSON
A Bing scraper billed per page: query in, the SERP out as ranked rows with real destination URLs, ads included when you want them.
## When to use this skill
- The user wants a "bing scraper" or asks about "bing scraping" from code.
- They want Bing search results as JSON or CSV for one query or a keyword list.
- They need the real destination URLs, not wrapped redirect links.
- They want the ad load for a query (`include_ads` true) alongside organic rows.
Not for: rank tracking over time (use the companion apify-bing-rank-tracking skill) or other engines (DuckDuckGo, Yandex, Baidu, Naver each have their own Actor, see `references/actor-index.md`).
## What you get
One dataset row per result. `resultType` separates organic rows from ad rows:
- `page` and `position` (position restarts per page; combine them for absolute rank)
- `title`, `snippet`, `url` (real destination), `displayedUrl` (the SERP breadcrumb)
- `date` when Bing shows one, `thumbnail` when the result carries an image
- `query` echo and `errorMessage` on the single row a failed run emits
## Prerequisites
- Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo).
- Authentication via `apify login`, or an `APIFY_TOKEN` environment variable (Apify Console, Settings, Integrations).
## The Actor
- Store page: https://apify.com/johnvc/bing-search-api?fpr=9n7kx3&fp_sid=skillrepo
- Actor ID: `johnvc/bing-search-api`
- Pricing: pay per event; see t