Healthline scraper
3 days trial then $15.00/month - No credit card required now
Healthline scraper
3 days trial then $15.00/month - No credit card required now
β‘ Blazing fast & resilient Healthline.com search pages scraper! Bring your search keywords or URL & you're good to go π π Export your results to json, excel, csv & many others formats.
πHealthline.com Scraper π
This Apify actor scrapes search results from Healthline.com. The actor extracts data such as article titles, URLs, descriptions and many others prorperties π
Features
Available Features β
- Scrapes search results from Healthline.com.
- Extracts the following data:
- Article titles
- Article URLs
- Article descriptions
- Article lengths
- Main images
- Headers
- Keywords
- Many other properties
- Supports limiting the total number of search results
Coming soon Features β±οΈ
Scrape categories and featured pages by providing the desired link. Feel free to submit your use-case to the developer by creating an issue here
Input
The actor takes either a searchQuery or searchUrl parameters. Note that you can either use searchQuery or searchUrl but not both in the same run
searchQuery
(string, optional): The search terms or keywords that you want to use to perform a search on Healthline.comsearchUrl
(string, required): The specific URL to start the search from on Healthline.com. This can be useful if you have a predefined search URLmaxResultsCount
(number, optional): The maximum number of search results that the actor should scrape. The defaut value is 5.
Example Input
1{ 2 "searchQuery": "mental health", 3 "searchUrl": "https://www.healthline.com/search?q1=women%20sleep" 4 "maxResultsCount": 7 5}