From f605ae571402a0fd88644f8f5d1d4a93f7702e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDilvinas?= <159907476+sakanamk@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:37:07 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b306ab5..e320388 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,9 @@ The server exposes the following tools: | ---------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | | `scrape_as_markdown` | Scrapes any target URL, expects a URL to be given via prompt. Returns results in Markdown. | Scrape peacock.com from a US IP address and tell me the pricing. | | `google_search_parsed` | Scrapes Google Search for a given query, and returns parsed results. | Scrape Google Search for shoes and tell me the top position. | -| `amazon_search_parsed` | Scrapes Amazon Search for a given query, and returns parsed results. | Scrape Amazon Search for toothbrushes | +| `amazon_search_parsed` | Scrapes Amazon Search for a given query, and returns parsed results. | Scrape Amazon Search for toothbrushes. | +| `reddit_post` | Scrapes a specific Reddit post for a given query, and returns parsed results. | Scrape the following Reddit post: https://www.reddit.com/r/horseracing/comments/1nsrn3/ | +| `reddit_subreddit` | Scrapes a specific Reddit subreddit for a given query, and returns parsed results. | Scrape the top 5 posts on r/Python this week. | ## Parameters