2,535
edits
Startledcat (talk | contribs) No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
===Example Prompts=== | ===Example Prompts=== | ||
Example prompts that utilize the plugin: | Example prompts that utilize the plugin: | ||
#Retrieve the top 10 trending articles on {news_website_url}. | |||
#Scrape the content from the webpage at {webpage_url} but only include text within <p> tags. | |||
#Fetch the top 5 best-rated repositories related to {programming_language} from GitHub. | |||
#Search for YouTube videos about {topic} and provide the top 3 results with their video URLs. | |||
#Retrieve the list of top 10 articles on {tech_blog_url} published in the last month. | |||
#Scrape the top 3 headlines, including their URLs, from the homepage of {news_website_url}. | |||
#Fetch the images from the webpage at {webpage_url} and provide their direct URLs. | |||
#Retrieve the content from {webpage_url} and extract a list of all external website links within the page. | |||
#Find and display the contact information listed on the webpage at {business_website_url}. | |||
#Fetch the product details, including name, price, and description, from the webpage at {ecommerce_product_url}. | |||
==Tips and Tricks== | ==Tips and Tricks== |