diff --git a/content/compare/requestly.md b/content/compare/requestly.md
new file mode 100644
index 00000000..cf34b246
--- /dev/null
+++ b/content/compare/requestly.md
@@ -0,0 +1,66 @@
+---
+title: Comparison between Mockoon and Requestly's API mocking services
+shortTitle: Mockoon vs Requestly
+excerpt: 'Discover the differences between Requestly and Mockoon API mocking services: cloud offer, features, and more'
+meta:
+ title: Comparison between Mockoon and Requestly's API mocking services
+ description: 'Discover the differences between Requestly and Mockoon API mocking services: cloud offer, features, and more'
+image: comparison-mockoon-requestly-api-mocking.png
+imageAlt: Mockoon and Requestly logos side by side
+imageWidth: 1200
+imageHeight: 400
+order: 9
+---
+
+## What is Requestly?
+
+Requestly is a tool designed for **modifying** and **testing** network requests directly within the browser, often used by developers to **intercept, edit, and redirect HTTP requests** and responses. With a browser extension and cloud capabilities, Requestly allows users to configure custom rules to modify headers, rewrite URLs, and redirect API requests, making it useful for debugging and testing purposes. It includes collaboration features and integrations that enable teams to share and synchronize rule settings. Requestly operates across platforms, with a focus on front-end testing and debugging in web applications.
+
+![#sub#Screenshot of Requestly's interface](/images/compare/api-mocking-comparison-requestly-screenshot.png)
+
+## What is Mockoon?
+
+Mockoon is a set of open-source tools that allow developers to mock APIs quickly and easily. It offers an **offline-first and privacy friendly** desktop application to design and run mock APIs locally. A CLI and various libraries are also available to **deploy your mock APIs anywhere**: CI/CD pipelines, servers, etc.
+
+Mockoon features include a powerful **templating system** to generate dynamic and realistic mock data, a **rules system**, a **proxy mode** to partially mock API endpoints, and many customization options: status codes, dynamic headers, TLS, file serving, etc.
+
+Mockoon Cloud is also available for teams and organizations looking for a **cloud-based solution**. It enables teams to **collaborate on API mocking projects** and **share mock APIs** with others by deploying them to the cloud.
+
+> 💡 Get started with Mockoon: [Download Mockoon](/download/) or [Discover Mockoon Cloud](/cloud/)
+
+![#sub#Screenshot of Mockoon's interface{1400x670}](/images/compare/api-mocking-comparison-mockoon-screenshot.png)
+
+## Offer comparison
+
+Below is a comparison of the main characteristics of Requestly and Mockoon respective offers:
+
+| | Requestly | Mockoon |
+| ------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Offline/Cloud based | **Cloud only** | **Offline** and [**Cloud** ](/cloud/) |
+| Tools provided | **Online interface** and **browser extensions** | [Desktop application](/download/) to design your mock
[CLI](/cli/), [Docker image](https://hub.docker.com/r/mockoon/cli) and [GitHub Action](https://github.com/marketplace/actions/mockoon-cli) to deploy anywhere |
+| Free/paid | **Freemium** with free tier (non-commercial use) | **Free** for the open-source tools, **paid** for the Cloud |
+| Billing | Billed **per seat** | Billed **per seat** |
+| Main cloud features | **Team collaboration** | [Deployments](/docs/latest/mockoon-cloud/api-mock-cloud-deployments/), [team collaboration](/docs/latest/mockoon-cloud/data-synchronization-team-collaboration/) and [AI assistant](/docs/latest/mockoon-cloud/templates-and-ai-assistant/) |
+| Open-source | | |
+| Enterprise support | | |
+
+## Features comparison
+
+While Requestly and Mockoon offer similar API mocking capabilities, they have different approaches. Below is a comparison of the main features of Requestly and Mockoon:
+
+| API mocking Features | Requestly | Mockoon |
+| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Self-host | N/A | A [CLI](/cli/), [Docker image](https://hub.docker.com/r/mockoon/cli) and [GitHub Action](https://github.com/marketplace/actions/mockoon-cli) are available to deploy in headless environments |
+| Proxy mode | Can intercept and forward the traffic | [Documentation](/tutorials/partial-mocking-proxy/) |
+| OpenAPI support | | [Documentation](/docs/latest/openapi/import-export-openapi-format/) |
+| Recording | | Mockoon can [create mock endpoints based on entering requests](/tutorials/requests-recording-auto-mocking/) |
+| CRUD operations | | Automated [CRUD endpoints](/tutorials/create-full-rest-api-crud-routes/) with fake [databases](/docs/latest/data-buckets/overview/) |
+| Response rules | | Advanced system of [rules](/docs/latest/route-responses/dynamic-rules/) |
+| Dynamic/realistic data | Basic templating helpers available | [Advanced templating system](/tutorials/generate-mock-json-data/) and [AI assistant](/ai-powered-api-mocking/) to generate realistic fake data |
+| Callbacks/Webhooks | | [Callbacks system](/docs/latest/callbacks/overview/) |
+| File serving | | [Documentation](/docs/latest/response-configuration/file-serving/) |
+| Custom headers | At endpoint's level | At endpoint's and server's levels
Supports [templating helpers](/docs/latest/templating/overview/#headers-templating) for dynamically generated headers |
+| Customizable status code | | |
+| Route regex | | [Documentation](/docs/latest/api-endpoints/routing/) |
+| GraphQL support | | |
+| Slow network/server simulation | At endpoint's level | At server's and endpoint's levels |
diff --git a/public/images/compare/api-mocking-comparison-mockoon-screenshot.png b/public/images/compare/api-mocking-comparison-mockoon-screenshot.png
index dabb1e99..3998a8cf 100644
Binary files a/public/images/compare/api-mocking-comparison-mockoon-screenshot.png and b/public/images/compare/api-mocking-comparison-mockoon-screenshot.png differ
diff --git a/public/images/compare/api-mocking-comparison-requestly-screenshot.png b/public/images/compare/api-mocking-comparison-requestly-screenshot.png
new file mode 100644
index 00000000..111689fe
Binary files /dev/null and b/public/images/compare/api-mocking-comparison-requestly-screenshot.png differ
diff --git a/public/images/compare/comparison-mockoon-requestly-api-mocking.png b/public/images/compare/comparison-mockoon-requestly-api-mocking.png
new file mode 100644
index 00000000..29dca019
Binary files /dev/null and b/public/images/compare/comparison-mockoon-requestly-api-mocking.png differ