The versatile SuperAGI Internet Data Toolkit offers a suite of tools for internet-based operations such as searching, fetching news headlines, and extracting website information.
-
Internet Search Tool: Retrieve information on a specified topic from the internet using Google.
-
News Headlines Tool: Fetch the latest news headlines from various sources.
-
Website Content Tool: Extract and fetch website content in plain text format.
Set up the SuperAGI by following the instructions given here
-
Using Internet Search Tool Specify the query and the limit for the number of results to be fetched. The tool will return a JSON array of results containing title, link, and snippet.
-
Using News Headlines Tool Set the limit for the number of news headlines to retrieve in one cycle. The tool will return a JSON array of news headlines containing title, link, and source.
-
Using Website Content Tool Provide the URL of the website to be fetched in plain text. The tool will return the plaintext content of the specified website.
This project is MIT licensed.