WebMD Keyword Search - Full Article Detail Results avatar

WebMD Keyword Search - Full Article Detail Results

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
WebMD Keyword Search - Full Article Detail Results

WebMD Keyword Search - Full Article Detail Results

Under maintenance

[$1/1000] Search WebMD by keyword and get every matching News article or Blog post back in full - real Solr-backed search results, fully enriched with body text, author, and images, not just a headline.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Rio Dwi Saputra

Rio Dwi Saputra

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

12 days ago

Last modified

Share

What does WebMD Keyword Search Scraper do?

WebMD Keyword Search Scraper searches WebMD by any keyword or phrase and returns real, ranked search results straight from WebMD's own Solr-backed search engine - the same results you'd see typing into the search box yourself. Every result that points to a WebMD News article or Blog post is automatically opened and enriched with the full article body, author, medical reviewer, publish date, and hero image, not just a title and snippet. Results pointing elsewhere on WebMD (Conditions/Drugs reference pages, Q&A, etc) are still returned with their title, description, and URL. Run it on the Apify platform for instant API access, scheduling, and integrations - no manual searching, no copy-pasting results by hand.

Why use WebMD Keyword Search Scraper?

  • Health content monitoring - track what WebMD publishes about a drug, condition, or symptom over time.
  • Competitive/market research - see how WebMD covers a topic compared to other health publishers.
  • Content aggregation - pull structured, full-text health articles into your own app or dataset instead of screen-scraping search results by hand.
  • SEO and content gap analysis - see exactly which WebMD pages rank for a given health keyword.

How to use WebMD Keyword Search Scraper

  1. Click Try for free (or Run) on this Actor's page.
  2. Enter your search query (e.g. diabetes, migraine treatment, covid symptoms).
  3. Optionally adjust Max results.
  4. Click Start and wait for the run to finish.
  5. Open the Output tab to view results as a table, or download as JSON, CSV, Excel, or HTML from the Dataset tab.

Input

FieldTypeDescription
queryString (required)Keyword or phrase to search for, e.g. "diabetes".
maxResultsInteger (default 30)Maximum number of results to return. WebMD returns 10 per page internally, so this is rounded up to the nearest page.
proxyConfigurationObjectOptional Apify Proxy settings. Left off by default - WebMD has no anti-bot wall, so a proxy isn't required.

Output

Every dataset item is one search result:

{
"query": "measles outbreak",
"resultId": "wbmd_news_...",
"title": "Spring Measles Outbreak: Is It Safe to Travel to Florida?",
"snippet": "Each spring, around 30 million people descend on Florida's beaches...",
"url": "https://www.webmd.com/children/news/20240320/cm/spring-measles-outbreak-is-it-safe-to-travel-to-florida",
"contentType": "News Article",
"publication": "WebMD Health News",
"isFullyEnriched": true,
"author": "WebMD Editorial Contributors",
"publishedDate": "2024-03-20",
"heroImageUrl": "https://img.lb.wbmdstatic.com/vim/live/webmd/.../1800x1200_beachwear.jpg",
"bodyText": "March 20, 2024 -- Each spring, around 30 million people descend on Florida's beaches...",
"bodyHtml": "<div>...</div>",
"sources": ["SOURCE: WebMD Health News archive"],
"scrapedAt": "2026-08-18T00:00:00.000000+00:00"
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data table

FieldDescription
queryThe search term this result matched.
title / snippetResult title and short description as shown in WebMD search.
urlCanonical URL of the result.
contentTypeWebMD's own classification (News Article, Blog Post, Page, Question, ...).
isFullyEnrichedtrue only for News articles and Blog posts, where the full body was fetched.
author, medicalReviewer, publishedDateByline info (News/Blog results only).
heroImageUrlMain article image, direct download link.
bodyText / bodyHtmlFull article text, plain and HTML (News/Blog results only).
sourcesCited sources listed at the bottom of the article, when present.

Pricing / Cost estimation

How much does it cost to scrape WebMD search results? This Actor is priced at $4 per 1,000 results on the Pay-per-result model - a typical run covering a handful of queries costs cents. There's no per-page compute-unit guessing: you pay per result returned.

Tips or Advanced options

  • Broad topic queries (e.g. "diabetes") tend to surface WebMD's evergreen Conditions/Drugs reference pages first (isFullyEnriched: false) - use a more specific, news-shaped query (e.g. "diabetes drug recall") to surface enrichable News articles instead.
  • Pair this Actor with the companion WebMD News & Blogs Scraper to crawl WebMD's entire News and Blogs feed rather than searching for a specific term.

FAQ, disclaimers, and support

This Actor only accesses publicly available pages on webmd.com and does not require any login or API key. It's intended for research, monitoring, and content-aggregation use cases - please respect WebMD's own Terms of Service for any downstream use of the scraped data. WebMD's underlying search structure may change over time; if you notice missing or malformed data, please open an issue on this Actor's Issues tab. Need a customized version (different site, different fields)? A custom scraping solution is available on request.