32 Integrations with Firecrawl
View a list of Firecrawl integrations and software that integrates with Firecrawl below. Compare the best Firecrawl integrations as well as features, ratings, user reviews, and pricing of software that integrates with Firecrawl. Here are the current Firecrawl integrations in 2026:
-
1
Google Cloud Platform
Google
Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes. New customers get $300 in free credits to run, test, and deploy workloads. All customers can use 25+ products for free, up to monthly usage limits. Use Google's core infrastructure, data analytics & machine learning. Secure and fully featured for all enterprises. Tap into big data to find answers faster and build better products. Grow from prototype to production to planet-scale, without having to think about capacity, reliability or performance. From virtual machines with proven price/performance advantages to a fully managed app development platform. Scalable, resilient, high performance object storage and databases for your applications. State-of-the-art software-defined networking products on Google’s private fiber network. Fully managed data warehousing, batch and stream processing, data exploration, Hadoop/Spark, and messaging.Starting Price: Free ($300 in free credits) -
2
Microsoft 365
Microsoft
Microsoft 365 for Individuals is a complete productivity suite that combines powerful applications, secure cloud storage, and AI-driven tools to help users achieve more in their daily lives. It integrates popular apps like Word, Excel, PowerPoint, Outlook, OneNote, and OneDrive, all enhanced with Copilot—Microsoft’s intelligent AI companion. The platform enables seamless collaboration, creativity, and organization across devices, including PC, Mac, iPhone, iPad, and Android. With Microsoft Designer, users can create stunning visuals, while Clipchamp adds professional-grade video editing capabilities. Built-in Microsoft Defender provides advanced security for personal data and devices. Microsoft 365 empowers individuals to imagine, create, and accomplish with greater efficiency and confidence.Starting Price: $9.99/month -
3
Amazon Web Services (AWS)
Amazon
Amazon Web Services (AWS) is the world’s most comprehensive cloud platform, trusted by millions of customers across industries. From startups to global enterprises and government agencies, AWS provides on-demand solutions for compute, storage, networking, AI, analytics, and more. The platform empowers organizations to innovate faster, reduce costs, and scale globally with unmatched flexibility and reliability. With services like Amazon EC2 for compute, Amazon S3 for storage, SageMaker for AI/ML, and CloudFront for content delivery, AWS covers nearly every business and technical need. Its global infrastructure spans 120 availability zones across 38 regions, ensuring resilience, compliance, and security. Backed by the largest community of customers, partners, and developers, AWS continues to lead the cloud industry in innovation and operational expertise. -
4
OpenAI
OpenAI
OpenAI’s mission is to ensure that artificial general intelligence (AGI)—by which we mean highly autonomous systems that outperform humans at most economically valuable work—benefits all of humanity. We will attempt to directly build safe and beneficial AGI, but will also consider our mission fulfilled if our work aids others to achieve this outcome. Apply our API to any language task — semantic search, summarization, sentiment analysis, content generation, translation, and more — with only a few examples or by specifying your task in English. One simple integration gives you access to our constantly-improving AI technology. Explore how you integrate with the API with these sample completions. -
5
Claude
Anthropic
Claude is a next-generation AI assistant developed by Anthropic to help individuals and teams solve complex problems with safety, accuracy, and reliability at its core. It is designed to support a wide range of tasks, including writing, editing, coding, data analysis, and research. Claude allows users to create and iterate on documents, websites, graphics, and code directly within chat using collaborative tools like Artifacts. The platform supports file uploads, image analysis, and data visualization to enhance productivity and understanding. Claude is available across web, iOS, and Android, making it accessible wherever work happens. With built-in web search and extended reasoning capabilities, Claude helps users find information and think through challenging problems more effectively. Anthropic emphasizes security, privacy, and responsible AI development to ensure Claude can be trusted in professional and personal workflows.Starting Price: Free -
6
n8n
n8n
Build complex automations 10x faster, without fighting APIs. Your days spent slogging through a spaghetti of scripts are over. Use JavaScript when you need flexibility and UI for everything else. n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. Unlike other tools, complexity is not a limitation. So you can build whatever you want — without stressing over budget. Connect APIs with no code to automate basic tasks. Or write vanilla Javascript when you need to manipulate complex data. You can implement multiple triggers. Branch and merge your workflows. And even pause flows to wait for external events. Interface easily with any API or service with custom HTTP requests. Avoid breaking live workflows by separating dev and prod environments with unique sets of auth data.Starting Price: $20 per month -
7
Python
Python
The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.Starting Price: Free -
8
Scalestack
Scalestack
Scalestack is an agentic, enterprise-grade GTM Ops automation platform that helps teams know who to target, at scale, all the time. Their vision is simple: manual and repetitive tasks should be processed by machines, so that instead of scrambling to clean and find data, GTM people focus on using the data, everywhere it is needed. The goal: drive more revenues, and productivity for sales and marketing teams. Scalestack is not another data source companies need to "add" to their stack - but an orchestration layer that helps them run your GTM Ops and data, automatically through semantic data-waterfall workflows; AI agents to research and validate data; integrations across systems; CRM data enrichment, hygiene, and prioritization capabilities. The platform doesn’t require them to learn new things, or hire agencies to do anything: it does it all, as their own AI GTM engineer. -
9
Node.js
Node.js
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.Starting Price: Free -
10
Hugging Face
Hugging Face
Hugging Face is a leading platform for AI and machine learning, offering a vast hub for models, datasets, and tools for natural language processing (NLP) and beyond. The platform supports a wide range of applications, from text, image, and audio to 3D data analysis. Hugging Face fosters collaboration among researchers, developers, and companies by providing open-source tools like Transformers, Diffusers, and Tokenizers. It enables users to build, share, and access pre-trained models, accelerating AI development for a variety of industries.Starting Price: $9 per month -
11
Markdown
Markdown
Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. See the Syntax page for details pertaining to Markdown’s formatting syntax. You can try it out, right now, using the online Dingus. The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. While Markdown’s syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.Starting Price: Free -
12
Flowise
Flowise AI
Flowise is an open-source, low-code platform that enables developers to create customized Large Language Model (LLM) applications through a user-friendly drag-and-drop interface. It supports integration with various LLMs, including LangChain and LlamaIndex, and offers over 100 integrations to facilitate the development of AI agents and orchestration flows. Flowise provides APIs, SDKs, and embedded widgets for seamless incorporation into existing systems, and is platform-agnostic, allowing deployment in air-gapped environments with local LLMs and vector databases.Starting Price: Free -
13
Llama 3
Meta
We’ve integrated Llama 3 into Meta AI, our intelligent assistant, that expands the ways people can get things done, create and connect with Meta AI. You can see first-hand the performance of Llama 3 by using Meta AI for coding tasks and problem solving. Whether you're developing agents, or other AI-powered applications, Llama 3 in both 8B and 70B will offer the capabilities and flexibility you need to develop your ideas. With the release of Llama 3, we’ve updated the Responsible Use Guide (RUG) to provide the most comprehensive information on responsible development with LLMs. Our system-centric approach includes updates to our trust and safety tools with Llama Guard 2, optimized to support the newly announced taxonomy published by MLCommons expanding its coverage to a more comprehensive set of safety categories, code shield, and Cybersec Eval 2.Starting Price: Free -
14
Llama 3.1
Meta
The open source AI model you can fine-tune, distill and deploy anywhere. Our latest instruction-tuned model is available in 8B, 70B and 405B versions. Using our open ecosystem, build faster with a selection of differentiated product offerings to support your use cases. Choose from real-time inference or batch inference services. Download model weights to further optimize cost per token. Adapt for your application, improve with synthetic data and deploy on-prem or in the cloud. Use Llama system components and extend the model using zero shot tool use and RAG to build agentic behaviors. Leverage 405B high quality data to improve specialized models for specific use cases.Starting Price: Free -
15
Llama 3.2
Meta
The open-source AI model you can fine-tune, distill and deploy anywhere is now available in more versions. Choose from 1B, 3B, 11B or 90B, or continue building with Llama 3.1. Llama 3.2 is a collection of large language models (LLMs) pretrained and fine-tuned in 1B and 3B sizes that are multilingual text only, and 11B and 90B sizes that take both text and image inputs and output text. Develop highly performative and efficient applications from our latest release. Use our 1B or 3B models for on device applications such as summarizing a discussion from your phone or calling on-device tools like calendar. Use our 11B or 90B models for image use cases such as transforming an existing image into something new or getting more information from an image of your surroundings.Starting Price: Free -
16
Llama 3.3
Meta
Llama 3.3 is the latest iteration in the Llama series of language models, developed to push the boundaries of AI-powered understanding and communication. With enhanced contextual reasoning, improved language generation, and advanced fine-tuning capabilities, Llama 3.3 is designed to deliver highly accurate, human-like responses across diverse applications. This version features a larger training dataset, refined algorithms for nuanced comprehension, and reduced biases compared to its predecessors. Llama 3.3 excels in tasks such as natural language understanding, creative writing, technical explanation, and multilingual communication, making it an indispensable tool for businesses, developers, and researchers. Its modular architecture allows for customizable deployment in specialized domains, ensuring versatility and performance at scale.Starting Price: Free -
17
Model Context Protocol (MCP)
Anthropic
Model Context Protocol (MCP) is an open protocol designed to standardize how applications provide context to large language models (LLMs). It acts as a universal connector, similar to a USB-C port, allowing LLMs to seamlessly integrate with various data sources and tools. MCP supports a client-server architecture, enabling programs (clients) to interact with lightweight servers that expose specific capabilities. With growing pre-built integrations and flexibility to switch between LLM vendors, MCP helps users build complex workflows and AI agents while ensuring secure data management within their infrastructure.Starting Price: Free -
18
Activepieces
Activepieces
Activepieces is an AI-powered, open-source, no-code automation platform designed to help teams streamline workflows and integrate AI seamlessly into everyday tasks. With over 280 pre-built automations (MCPs), Activepieces allows users to connect to popular apps, trigger processes, and even create personalized AI agents with minimal effort. The platform includes features like human input for approvals, a robust automation builder, and AI-assisted code for more advanced workflows. It empowers decentralized teams by offering tools for collaboration, governance, and security, making it suitable for organizations of all sizes, from startups to enterprises.Starting Price: $25/month -
19
Klavis AI
Klavis AI
Klavis AI provides open source infrastructure to simplify the use, building, and scaling of Model Context Protocols (MCPs) for AI applications. MCPs enable tools to be added dynamically at runtime in a standardized way, eliminating the need for preconfigured integrations during design time. Klavis AI offers hosted, secure MCP servers, eliminating the need for authentication management and client code. The platform supports integration with various tools and MCP servers. Klavis AI's MCP servers are stable and reliable, hosted on dedicated cloud infrastructure, and support OAuth and user-based authentication for secure access and management of user resources. The platform also offers MCP clients on Slack, Discord, and the web, allowing direct access to MCPs within these communication platforms. Additionally, Klavis AI provides a standardized RESTful API interface to interact with MCP servers, enabling developers to integrate MCP functionality into their applications.Starting Price: $99 per month -
20
OpenTools
OpenTools
OpenTools is an API platform that enables developers to augment large language models (LLMs) with real-time capabilities such as web search, location data, and web scraping through a unified interface. By integrating with a registry of Model-Context Protocol (MCP) servers, OpenTools allows LLMs to access tools without requiring individual API keys. The API is compatible with various LLMs, including those supported by OpenRouter, and maintains resilience against outages by allowing seamless switching between models. Developers can invoke tools using a simple API call, specifying the desired model and tools, and OpenTools handles the authentication and execution. It charges only for successful tool executions, with transparent, at-cost token pricing managed through a unified billing portal. This approach simplifies the integration of external tools into LLM applications, reducing the complexity of managing multiple APIs.Starting Price: Free -
21
Lessie AI
Lessie AI
Lessie AI is your AI Agent for people search. Instantly find influencers, clients, investors, experts, and partners across LinkedIn, X (Twitter), GitHub, Crunchbase, and more. Powered by multi-agent architecture, Lessie automates the entire Identify → Source → Review → Connect workflow. It intelligently searches multiple databases, reviews public profiles, summarizes persona insights, and helps you send personalized outreach — all in one place. Whether you're scaling influencer campaigns, discovering potential clients, or building business relationships, Lessie AI saves hours of manual work by transforming people search into a fully automated experience.Starting Price: $39.9/month/user -
22
Anything
Anything
Anything is an AI-powered, no-code app and website builder that transforms natural language prompts into fully functional projects without manual coding. The platform employs a mix of frontier and custom AI models to reason, plan actions, generate code, explore app behavior, and implement rapid updates, so you never look at source code. Anything includes built-in design tools for creating polished UX in seconds, instant development and production Postgres databases with 1 GB+ free per app, Stripe integration for subscriptions and one-time payments, and secure authentication via email, Google, Facebook, X, and more, all with zero setup or API keys. You can integrate the latest AI models (GPT-4o, GPT-3.5, Claude Sonnet 4, Gemini 2.5) through single prompts; generate image assets on demand; leverage web search for API documentation, references, and examples; and access hundreds of third-party APIs like Zapier and Google Maps.Starting Price: $16 per month -
23
Arcade
Arcade
Arcade.dev is an AI tool-calling platform that enables AI agents to securely perform real-world actions, like sending emails, messaging, updating systems, or triggering workflows, through authenticated, user-authorized integrations. By acting as an authenticated proxy based on the OpenAI API spec, Arcade.dev lets models invoke external services (such as Gmail, Slack, GitHub, Salesforce, Notion, and more) via pre-built connectors or custom tool SDKs, managing authentication, token handling, and security seamlessly. Developers work with a unified client interface (arcadepy for Python or arcadejs for JavaScript), facilitating tool execution and authorization without burdening application logic with credentials or API specifics. It supports secure deployments in the cloud, private VPCs, or on premises, and includes a control plane for managing tools, users, permissions, and observability.Starting Price: $50 per month -
24
Metorial
Metorial
Metorial is an open source, developer-centric integration platform that streamlines the creation, deployment, monitoring, and scaling of agentic AI applications by connecting models to tools, data, and APIs via the Model Context Protocol. With a catalog of over 600 verified MCP “servers,” developers can give their agents capabilities like interacting with Slack, Google Calendar, Notion, APIs, databases, or other systems in just a few clicks or one API call. Metorial’s infrastructure is serverless and built for scale, deploying MCP servers in three clicks or an API call, supporting “zero to millions” of requests, and offering out-of-the-box observability including detailed logging, tracing, session replay, and error alerts. A full set of SDKs (Python, TypeScript) is provided, and every interaction is traceable so teams can audit and optimize agent behaviour. Whether self-hosted or cloud-powered, Metorial offers enterprise-grade security and multi-tenant support.Starting Price: $35 per month -
25
JavaScript
JavaScript
JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.Starting Price: Free -
26
Llama 2
Meta
The next generation of our open source large language model. This release includes model weights and starting code for pretrained and fine-tuned Llama language models — ranging from 7B to 70B parameters. Llama 2 pretrained models are trained on 2 trillion tokens, and have double the context length than Llama 1. Its fine-tuned models have been trained on over 1 million human annotations. Llama 2 outperforms other open source language models on many external benchmarks, including reasoning, coding, proficiency, and knowledge tests. Llama 2 was pretrained on publicly available online data sources. The fine-tuned model, Llama-2-chat, leverages publicly available instruction datasets and over 1 million human annotations. We have a broad range of supporters around the world who believe in our open approach to today’s AI — companies that have given early feedback and are excited to build with Llama 2.Starting Price: Free -
27
Composio
Composio
Composio is an integration platform designed to enhance AI agents and Large Language Models (LLMs) by providing seamless connections to over 150 tools with minimal code. It supports a wide array of agentic frameworks and LLM providers, facilitating function calling for efficient task execution. Composio offers a comprehensive repository of tools, including GitHub, Salesforce, file management systems, and code execution environments, enabling AI agents to perform diverse actions and subscribe to various triggers. The platform features managed authentication, allowing users to oversee authentication processes for all users and agents from a centralized dashboard. Composio's core capabilities include a developer-first integration approach, built-in authentication management, an expanding catalog of over 90 ready-to-connect tools, a 30% increase in reliability through simplified JSON structures and improved error handling, SOC Type II compliance ensuring maximum data security.Starting Price: $49 per month -
28
Dify
Dify
Dify is an open-source platform designed to streamline the development and operation of generative AI applications. It offers a comprehensive suite of tools, including an intuitive orchestration studio for visual workflow design, a Prompt IDE for prompt testing and refinement, and enterprise-level LLMOps capabilities for monitoring and optimizing large language models. Dify supports integration with various LLMs, such as OpenAI's GPT series and open-source models like Llama, providing flexibility for developers to select models that best fit their needs. Additionally, its Backend-as-a-Service (BaaS) features enable seamless incorporation of AI functionalities into existing enterprise systems, facilitating the creation of AI-powered chatbots, document summarization tools, and virtual assistants. -
29
Langflow
Langflow
Langflow is a low-code AI builder designed to create agentic and retrieval-augmented generation applications. It offers a visual interface that allows developers to construct complex AI workflows through drag-and-drop components, facilitating rapid experimentation and prototyping. The platform is Python-based and agnostic to any model, API, or database, enabling seamless integration with various tools and stacks. Langflow supports the development of intelligent chatbots, document analysis systems, and multi-agent applications. It provides features such as dynamic input variables, fine-tuning capabilities, and the ability to create custom components. Additionally, Langflow integrates with numerous services, including Cohere, Bing, Anthropic, HuggingFace, OpenAI, and Pinecone, among others. Developers can utilize pre-built components or code their own, enhancing flexibility in AI application development. The platform also offers a free cloud service for quick deployment and test -
30
Scottie
Scottie
Describe what you need in plain English. Scottie turns it into a working agent you can run on our cloud or export to your own hosting service. Join our waitlist today to secure your spot and get exclusive early access to premium features. Everything you need to build, test, and deploy AI agents in minutes. Pick from today's leading language models and switch anytime without rebuilding (OpenAI, Gemini, Anthropic, Llama, and more). Bring your company knowledge together from Slack, Google Drive, Notion, Confluence, GitHub, and more. Your data stays private and secure. Scottie supports models from all top vendors. Switch models anytime without rebuilding your agents. Scottie agents adapt to different roles and industries, operating exactly how you need them to. The AI tutor analyzes student responses, provides personalized feedback, and adapts difficulty based on performance. -
31
Cargo
Cargo
Cargo lets you build AI‑powered go‑to‑market workflows that drive revenue, orchestrating all GTM operations from a single hub. It aggregates, enriches, scores, assigns, and routes leads, keeping only golden records in sync with your CRM at the right time, cutting outbound admin time by half and letting sales reps focus on selling. It offers built‑in storage to integrate and unify data from CRM, product insights, marketing, and intent signals directly on top of your warehouse, without ever storing customer data locally. Users can define business entities, create segments without SQL, build workflows using native integration connectors, and deploy templates for tasks such as deduplication, data enrichment, lead scoring, account assignment, and waterfall enrichment. Cargo is SOC 2 certified for security, requests minimal permissions, backs up its own app database, and never stores customer data outside the user’s control. -
32
Llama
Meta
Llama (Large Language Model Meta AI) is a state-of-the-art foundational large language model designed to help researchers advance their work in this subfield of AI. Smaller, more performant models such as Llama enable others in the research community who don’t have access to large amounts of infrastructure to study these models, further democratizing access in this important, fast-changing field. Training smaller foundation models like Llama is desirable in the large language model space because it requires far less computing power and resources to test new approaches, validate others’ work, and explore new use cases. Foundation models train on a large set of unlabeled data, which makes them ideal for fine-tuning for a variety of tasks. We are making Llama available at several sizes (7B, 13B, 33B, and 65B parameters) and also sharing a Llama model card that details how we built the model in keeping with our approach to Responsible AI practices.
- Previous
- You're on page 1
- Next