← ClaudeAtlas

apify-bing-scraperlisted

Scrape Bing search results into structured JSON with the Apify Bing Search API Actor (johnvc/bing-search-api). One call per SERP page returns organic rows with page, position, title, snippet, the real destination url (not a tracking redirect) and displayedUrl, plus a date when Bing shows one, with optional ad rows at no extra page cost. City-level location, market and country targeting, safe search levels, and desktop, mobile or tablet device views. No proxies or captcha handling on your side. Use when the user wants a bing scraper, bing scraping, bing search results as JSON or CSV, a bing serp export, or the largest non-Google search feed from code. Pay per page, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-bing-scraper · ★ 0 · AI & Automation · score 63
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