EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,645+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. AgentQL
    AgentQL icon

    AgentQL

    Browser Automation
    Featured

    AgentQL connects LLMs and AI agents to the web using a natural language query language, Python/JavaScript SDKs, REST API, and browser debugger for data extraction and automation.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Perfect for developers building web agents and data workflows.

    Professional: $99/mo
    Enterprise: Custom/contact

    Engagement

    Available On

    Windows
    Web
    API
    Browser
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Browser AutomationData ProcessingAgent Frameworks

    Alternatives

    TinyFishContext.devLibretto
    Developer
    TinyFishPalo Alto, CAEst. 2024$47000000 raised

    Listed Jun 2026

    About AgentQL

    AgentQL, built by TinyFish, is a suite of tools that connects LLMs and AI agents to the entire web through an AI-powered query language and supporting SDKs. It lets developers describe the data they want in natural language rather than writing fragile XPath or CSS selectors, and the system uses AI to locate matching elements on any live web page. The project is open source under the MIT License and is actively maintained on GitHub.

    What It Is

    AgentQL is a web data extraction and automation platform centered on a custom query language that uses natural language to pinpoint elements and structured data on any web page — public or private, static or dynamically generated, including pages behind authentication. Instead of brittle DOM selectors that break when a site redesigns, AgentQL's AI-powered selectors analyze page structure semantically and self-heal as UI changes over time. The same query can work across multiple similar sites, making it reusable across data pipelines.

    Core Toolset

    AgentQL ships as a multi-component toolkit:

    • Python SDK — integrates with Playwright for browser-based automation and scraping in Python
    • JavaScript SDK — the same Playwright integration for Node.js workflows
    • REST API — executes queries against any public URL without requiring a local browser
    • Debugger Browser Extension — a Chrome extension for writing and optimizing queries in real time on live pages
    • Playground — an interactive environment for testing queries and exporting Python scripts
    • MCP server — integrates with agent frameworks via the Model Context Protocol

    How the Query Language Works

    Queries are written in a GraphQL-inspired syntax where field names describe the data in plain English. For example, a query asking for products[] { product_name product_price(include currency symbol) } returns a structured JSON array with those fields populated from whatever e-commerce page is loaded. Transforms can be applied inline within queries, and list syntax ([]) handles repeated elements automatically. The AI layer maps these natural language field names to actual DOM elements, so developers never need to inspect HTML manually.

    Integration and Automation Fit

    AgentQL is designed to slot into existing data and agent workflows rather than replace them. The GitHub README lists integrations with LangChain, Zapier, and an MCP server for agent frameworks. The REST API endpoint enables browserless data retrieval from public URLs, useful for lightweight pipelines that don't need a full headless browser. PDF parsing for tables and other structured documents is also supported. The platform works on any page including those requiring login, handles infinite scroll, popup dismissal, form submission, and paginated data collection — all demonstrated in the project's example library.

    Why It Got Attention

    AgentQL was recognized as Product Hunt's #1 Product of the Day and #1 Product of the Week, according to the product's homepage. The GitHub repository, created in February 2024, has accumulated over 1,300 stars and 160 forks. The project's pitch — replacing fragile XPath/CSS selectors with semantic, self-healing natural language queries — addresses a well-known pain point in web scraping and RPA workflows. Developer testimonials on the homepage highlight the value of semantic element grounding for avoiding context window issues and hallucinations when feeding web content to LLMs.

    Open-Source Deployment Model

    The core AgentQL repository is published under the MIT License by Tiny Fish, Inc. and is freely available to fork, modify, and distribute. The hosted API and remote browser infrastructure are commercial services with usage-based billing layered on top of the open-source foundation. Developers can run local automation using the SDKs with their own API key, or use the managed remote browser sessions for cloud-scale workflows.

    Community Discussions

    Be the first to start a conversation about AgentQL

    Share your experience with AgentQL, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Starter

    Perfect for developers building web agents and data workflows.

    • 50 free API calls/month
    • $0.02 per API call after the initial limit
    • 10 API calls per minute
    • 10 hrs of remote browser included
    • $0.12/hr of remote browser time

    Professional

    Popular

    For teams running regular data workflows and web automation pipelines.

    $99
    per month
    • 10,000 API calls/month included
    • $0.015 per API call after the initial limit
    • 50 API calls per minute
    • 500 hrs of remote browser included
    • $0.10/hr of remote browser time
    • 100 concurrent remote browser sessions
    • Priority email support
    • Community support
    • Full access to developer tools

    Enterprise

    Fully managed solutions for accessing data from websites and documents.

    Custom
    contact sales
    • Fastest time to market
    • Ready-to-use datasets
    • Fully managed dedicated cloud environment
    • On-premise deployment available
    • 24/7 premium support
    • Dedicated account manager
    View official pricing

    Capabilities

    Key Features

    • AI-powered natural language query language for web data extraction
    • Python SDK with Playwright integration
    • JavaScript SDK with Playwright integration
    • REST API for browserless data retrieval
    • Chrome debugger browser extension for real-time query optimization
    • Interactive playground with Python script export
    • Self-healing selectors resilient to UI changes
    • Cross-site query reusability
    • Structured JSON output defined by query shape
    • Works on authenticated and dynamically generated pages
    • PDF parsing for tables and structured documents
    • Remote browser sessions for cloud-scale automation
    • MCP server for agent framework integration
    • Inline data transforms within queries
    • Infinite scroll, pagination, and popup handling support

    Integrations

    Playwright
    LangChain
    Zapier
    MCP (Model Context Protocol)
    Google Colab
    Headless browsers
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate AgentQL and help others make informed decisions.

    Developer

    TinyFish

    TinyFish builds enterprise-grade web agent infrastructure for production environments. The platform powers over 40 million monthly sessions for companies including Google, DoorDash, Amazon, and Brex. TinyFish combines proprietary AI models with serverless browsers and built-in proxies to enable scalable web automation and data extraction.

    Founded 2024
    Palo Alto, CA
    $47000000 raised
    70 employees

    Used by

    Google
    DoorDash
    ClassPass
    Amazon
    +4 more
    Read more about TinyFish
    WebsiteGitHubLinkedInX / Twitter
    2 tools in directory

    Similar Tools

    TinyFish icon

    TinyFish

    Web agent infrastructure for production that enables automated web interactions, data extraction, and pipeline building at scale.

    Context.dev icon

    Context.dev

    One API to scrape, enrich, and understand the web — providing real-time web scraping, brand data extraction, and company enrichment for developers and AI agents.

    Libretto icon

    Libretto

    An open-source AI toolkit for building and maintaining robust browser automations, giving coding agents a live browser and token-efficient CLI to inspect pages, capture network traffic, and replay workflows.

    Browse all tools

    Related Topics

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    87 tools

    Data Processing

    AI-enhanced ETL (Extract, Transform, Load) tools and data pipelines that automate the processing, cleaning, and transformation of large datasets with intelligent optimizations.

    105 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    381 tools
    Browse all topics
    Back to all tools
    Discussions