Examples
🔬 News Research Agent
Build an AI research agent with ScrapeGraph and Tavily
Learn how to build a research agent that combines ScrapeGraph’s extraction capabilities with Tavily’s search API to gather and analyze news articles on specific topics.
Try it yourself in our News Research Agent Notebook
The Goal
We’ll extract the following information from news articles:
Field | Description |
---|---|
Title | Article headline |
Link | URL to the article |
Description | Article summary |
Code Example
Example Output
SmartScraper
Learn more about our AI-powered extraction service
Python SDK
Explore our Python SDK documentation
Have a suggestion for a new example? Contact us with your use case or contribute directly on GitHub.
Was this page helpful?