Extract comprehensive research article data from Nature.com search results. Automatically scrape article details, author information, metadata, and preview images. Perfect for research monitoring, trend analysis, and building scientific literature databases. π¬π
This actor scrapes research articles from Nature's search results pages. It extracts comprehensive information about scientific publications including titles, authors, metadata, and more from Nature.com search results.
The actor outputs detailed article information in JSON format, including:
searchUrls
: Array of Nature.com search URLs to scrapemaxItems
: Maximum number of items to scrapeproxyConfiguration
: Optional proxy settingsA full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.nature.com/search?q=ai&article_type=research&subject=engineering&order=relevance" 4 ], 5 "maxItems": 60 6}
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.nature.com/search?q=ai&article_type=research&subject=engineering&order=relevance", 4 "title": "Advanced AI-driven techniques for fault and transient analysis in high-voltage power systems", 5 "url": "https://www.nature.com/articles/s41598-025-90055-7", 6 "description": "", 7 "authors": [ 8 "Abdul Aziz", 9 "Muhammad Zain Yousaf", 10 "Ievgen Zaitsev" 11 ], 12 "metadata": { 13 "type": "Research", 14 "isOpenAccess": true, 15 "publishDate": "2025-02-15", 16 "journal": "Scientific Reports", 17 "volumeInfo": "Volume: 15, P: 1-18" 18 }, 19 "imageUrl": "https://media.springernature.com/w290h158/springer-static/image/art%3A10.1038%2Fs41598-025-90055-7/MediaObjects/41598_2025_90055_Fig1_HTML.png" 20 }, 21 ... 22]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool β just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youβll be guided to input a search term and get structured results. No setup needed!