Listing Thumbnail

    TinyFish AI Web Agents

     Info
    Sold by: TinyFish 
    AWS Free Tier
    TinyFish is the production web operations layer for AI and agents so they can reach live web systems, complete workflows, and return evidence, not just answers.
    4.5

    Overview

    What TinyFish does

    TinyFish makes the live web production usable at runtime. It handles source discovery, clean reading, dynamic page execution, and reliable workflow completion so teams can ship agent features without stitching together a fragile multi vendor web stack.

    Core products - All Behind One API

    • Search: Find current sources on the live web and return structured results.
    • Fetch: Turn live pages into clean, AI ready content instead of HTML junk.
    • Agent: Goal based execution that navigates, retries, recovers, and returns structured outputs and evidence.
    • Browser: Remote browser sessions for dynamic or protected sites, compatible with CDP workflows.

    Security and authenticated workflows

    • Vault: Secure credential handling via password managers such as 1Password and Bitwarden. Credentials are injected at runtime and not exposed to the LLM.
    • Profiles: Persistent browser sessions that preserve cookies and state so agents can stay logged in across runs and behave like a returning visitor.
    • How they work together: Profiles keep sessions warm. Vault is used to re authenticate safely when a session expires, then the refreshed state is persisted back to the profile.

    Highlights

    • Where TinyFish fits: Your application logic and model stay the same. TinyFish runs the live web layer underneath so workflows can complete in real systems with evidence.
    • Optimized for production outcomes: TinyFish focuses on AI ready input and first pass correctness so workflows finish faster with fewer retries.
    • Lower assembly tax: TinyFish packages the web operations layer needed for real world agent reliability.

    Details

    Sold by

    Delivery method

    Integration protocol

    Type

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    TinyFish AI Web Agents

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    AI Insights

     Info

    Dimensions summary

    This listing offers two free usage dimensions, both billed at no cost. Free Search covers web search requests, capped at 30 requests per minute. Free Fetch covers URL content retrieval, capped at 150 URLs per minute. The two dimensions are independent options, not stacked tiers. Neither consumes credits or requires a card to start. Pricing does not scale with volume; instead, each dimension applies a per-minute rate limit. When you hit a limit, you receive a rate-limit response rather than a charge. You can use each dimension separately or together within your workflows.

    Top-of-mind questions for buyers

    Free Search counts each web search query as one request, capped at 30 requests per minute. Free Fetch counts each URL you submit for content retrieval, capped at 150 URLs per minute. You can submit up to 10 URLs in a single Fetch request, and each URL is processed independently.
    When you exceed the per-minute rate limit, you receive a 429 rate-limit response. You are not charged a surprise fee. The limit resets each minute, so you can continue once the window clears. Neither dimension consumes credits at any point.
    No. Both dimensions are free, so nothing accrues. For Fetch, a per-URL failure such as a timeout or block appears in the errors list alongside a 200 response. One failure does not fail the whole batch, and you pay nothing for it.
    www.tinyfish.ai+2
    Helpful?

    Vendor refund policy

    Refunds. Except as expressly stated in these Terms, fees are non-refundable. If you purchase a subscription through our online checkout for the first time, you may request a full refund within 14 days of your initial purchase by contacting us at info@tinyfish.ai . This 14-day refund right applies only to your initial purchase of a subscription and does not apply to renewals, upgrades, or any subsequent purchases.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    API-Based Agents & Tools

    API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.

    Additional details

    Support

    Vendor support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    4.5
    21 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    76%
    19%
    5%
    0%
    0%
    0 AWS reviews
    |
    21 external reviews
    External reviews are from G2 .
    Henry M.

    TinyFish Turns URLs into Trustworthy, Extractable Text in One Call

    Reviewed on Aug 27, 2026
    Review provided by G2
    What do you like best about the product?
    TinyFish is the page-scrape layer I actually trust after a search API. I run Tavily for broad hits, then TinyFish run-sse against a specific URL with a goal — Gensyn docs, DoraHacks briefs, GitHub orgs, hackathon portals — and it returns extractable text instead of “10 blue links.” Header is just X-API-Key. That one-call shape is easy to drop into a Node agent: POST { url, goal }, parse SSE data: lines, keep the COMPLETE payload. On my research desk I credit-gate it (max per cycle/hour) so I don’t burn the key, and I only fire it when a question cites a primary URL. That’s the upside: it closes the loop from “I found a page” to “I have the words on that page,” which is what stops me inventing deadlines and prize amounts. The automated piece I use is the web agent over SSE, not a chat UI. I POST a live URL plus a goal (extract get-started network names, pull prize/deadline text, summarize this GitHub org page) and parse data: events until COMPLETE. That is what sits in my TypeScript desk: credit-gated, max per cycle/hour, only when a question already cites a primary URL. The AI is useful when the goal is tight and the page is official. It is weaker when the goal is fuzzy or the page is a listing dump — you still have to read the extract and mark thin results unverified. I do not let it auto-trade or auto-publish off the scrape.
    What do you dislike about the product?
    It isn’t magic on hostile pages. Cloudflare-gated UIs and noisy listing pages (I burned a pass on a Reddit listing that came back generic/unrelated) still fail or waste a credit. I treat a thin extract as unverified, not as a fact. Credits mean you have to budget it; I wouldn’t fire TinyFish on every search hit.
    What problems is the product solving and how is that benefiting you?
    Builder/research agents that must quote primary sources. AFTERCUT and my scout stack: official docs, hackathon pages, GitHub. TinyFish is the “open this URL and pull the text” step. Search alone is not enough for that.
    Information Technology and Services

    Fetch API: Clean, LLM-Ready Markdown That Cuts Token Costs

    Reviewed on Aug 27, 2026
    Review provided by G2
    What do you like best about the product?
    The Fetch API has been a game-changer for us. It quickly turns messy HTML into clean, LLM-ready Markdown, which has significantly reduced our token costs and improved AI accuracy. On top of that, the generous free tier for Search and Fetch makes it a low-risk, high-value addition to our stack. TinyFish integrates seamlessly with my stack. The native MCP support makes connecting to Claude Code and Cursor pretty easy.
    What do you dislike about the product?
    The Agent feature’s accuracy still feels like it’s maturing. On complex, dynamic pages it occasionally hallucinates data, which means I can’t fully trust it to run autonomously on production-critical tasks without manual validation. Also, the daily OAuth expiration for MCP usage is frustrating and disrupts workflow continuity.
    What problems is the product solving and how is that benefiting you?
    TinyFish addresses the issue of stale training data and noisy web pages. By delivering clean, up-to-date Markdown through Fetch, my AI models can pull in current, accurate information without having to sift through ads, pop-ups, or navigation bars. As a result, answer quality has improved and token usage is noticeably lower, which helps keep our application fast and reliable.
    Alessio B.

    Free page fetching that made my own AI news tool viable

    Reviewed on Aug 26, 2026
    Review provided by G2
    What do you like best about the product?
    I built my own AI news-monitoring and research tool, and Fetch is the piece that made it viable. I hand it a URL and get back clean Markdown instead of a wall of nav bars, cookie banners and ads, which cuts my token cost on every LLM call downstream. Search and Fetch being free is genuinely rare — everyone else meters exactly this. Integration was trivial: one API key, plain REST, no SDK to adopt. Failed URLs not counting against quota is a small thing that matters a lot when you're pulling from news sites that move or drop content.
    Over my last 100 fetches the success rate is 98%, with an average latency of 2.7 seconds. Most pages come back in under two seconds, which matters when I'm processing a batch of feed links in one go.
    Onboarding was about as short as it gets: sign up, copy the key, first successful fetch inside five minutes, no credit card in the way. And the output is built for the job — Fetch returns content already shaped for an LLM to read, so the AI layer of my own tool gets a clean input instead of raw HTML it has to fight through.
    The dashboard deserves a mention too. Success rate, average latency, extracted content size and credit usage are all on the landing page for each API — I went looking for my failure rate and had it in one click, without digging through logs. For a free tier that's more observability than I expected.
    What do you dislike about the product?
    Fetch is unreliable on paywalled and aggregator pages, and unpredictably so. My success rate is 98% over the last 100 fetches, but the failures aren't random: a paywalled article on The Athletic, and a press-review page on an Italian sports aggregator. What makes it awkward to design around is that four other articles from the same publication went through fine in the same window. So I can't route by domain — I have to handle failure per URL and decide at runtime whether a source is usable. Clearer signalling on why a fetch failed would help more than a higher success rate would.

    Second, the free tier ends exactly where the platform gets interesting. Search and Fetch cost nothing, Agent and Browser need a funded wallet. There's no middle step, so one stubborn source pushes you from free to pay-per-step.

    Related to that, I'm running production tooling on a free tier with nothing stated behind it — no SLA, no published commitment that Search and Fetch stay free. I'd rather see a policy than assume it holds.
    What problems is the product solving and how is that benefiting you?
    I pull transfer-market news links from RSS feeds on a set of selected sources — Italian, German and English sports sites — and then use Fetch to turn each article into clean content my LLM can actually reason over. Before, the choice was either hand-rolled scraping I had to maintain per site, or dumping raw HTML into the model and paying tokens for nav bars and cookie banners. Fetch removed both problems in one call, and it renders in a real browser so JS-heavy pages come through intact rather than half-empty.

    The second use is research. I use Search plus Fetch instead of Perplexity for digging into a topic — same result, but inside my own pipeline, where I control the prompt, the sources and the output format, and with no API cost on the retrieval layer. That's the part that changed how I work: the retrieval layer stopped being a budget line I had to think about, so I run it on every article in the feed instead of picking which ones are worth the spend.
    Kartik S.

    TinyFish powers my research workflow and I love it

    Reviewed on Aug 26, 2026
    Review provided by G2
    What do you like best about the product?
    Through my brand I serve over 200,000 visitors a month, so I live inside research tools all day. TinyFish has become my default web layer inside Claude Code and OpenCode. The MCP connection was easy to set up, and I was running searches and fetches within minutes. Over the past two to three months it has handled my daily query volume without breaking a sweat. The dashboard is clean, the search results are relevant, and I like that I can jump from a quick search to a full browser session without leaving my coding environment.
    What do you dislike about the product?
    The dashboard is clean and easy to use, and the overall experience is solid. The only thing holding it back from a perfect score is the browser automation speed. It works well, but it can be slow and I have hit timeouts on longer verification runs. When it finishes the results are good, but faster and more reliable agent sessions would make a big difference for the amount of daily browser work I do. It is not a dealbreaker because search and fetch still cover most of my needs, but that is the main area I would like to see improved.
    What problems is the product solving and how is that benefiting you?
    TinyFish saves me from paying for multiple research subscriptions across my different projects. I need to confirm claims and sources before anything I publish goes live, and doing that manually at scale is not realistic. With TinyFish I can fact-check quickly and trust that what I am putting in front of my audience is accurate. The ROI is strong because the core features I use most are essentially free, and the time I save on research goes straight back into building my products and content.
    Harvey G.

    Free, Fast, and Effective but Needs Better OAuth and API Integration

    Reviewed on Aug 26, 2026
    Review provided by G2
    What do you like best about the product?
    I like that TinyFish is basically free when using it for personal purposes, which is a big plus for me. I also find it incredibly fast, which saves me time when I need to finish tasks quickly. Another feature I appreciate is its agent function, which helps in accessing websites with anti-bot techniques by launching an agent to fetch and view the content.
    What do you dislike about the product?
    There are two main issues for me. First, when I use TinyFish as an MCP, it can only be logged in through OAuth. It doesn't support the API key way to use as an MCP server. So, I have to log in to TinyFish every day because the OAuth seems to expire daily, which is quite troublesome. Secondly, TinyFish MSAP doesn't really work with OpenAI models. I face constant errors when trying to use a GPT model with TinyFish MCP, which is another problem.
    What problems is the product solving and how is that benefiting you?
    I use TinyFish to find best practices for app development and verify job information. It's fast and free, with an agent function that bypasses anti-bot techniques. However, OAuth logins are annoying, and it doesn't work well with OpenAI models, causing frequent errors.
    View all reviews