diff --git a/python-examples/auth-with-secret-otp/README.md b/python-examples/auth-with-secret-otp/README.md index 3a6f9f86..0ee5e717 100644 --- a/python-examples/auth-with-secret-otp/README.md +++ b/python-examples/auth-with-secret-otp/README.md @@ -2,11 +2,11 @@ Authentication example using secret-based OTP verification. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | --- | ----------- | | `list-contracts` | List contracts for the authenticated user | + ## Getting started ### Install dependencies @@ -60,6 +61,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/python-examples/browser-sdk-showcase/README.md b/python-examples/browser-sdk-showcase/README.md index 15645b33..dadf6b36 100644 --- a/python-examples/browser-sdk-showcase/README.md +++ b/python-examples/browser-sdk-showcase/README.md @@ -2,11 +2,11 @@ Showcase of Intuned Browser SDK helper functions for common automation tasks. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/captcha-solving-auth/README.md b/python-examples/captcha-solving-auth/README.md index 7db41ef1..f4fda5d6 100644 --- a/python-examples/captcha-solving-auth/README.md +++ b/python-examples/captcha-solving-auth/README.md @@ -2,11 +2,11 @@ E-commerce scraper automation demonstrating Cloudflare captcha solving and stealth mode with authenticated sessions. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below. | `list` | List products from the authenticated dashboard | | `details` | Get detailed information for a specific product | + ## Getting started ### Install dependencies @@ -62,6 +63,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/python-examples/captcha-solving-basic/README.md b/python-examples/captcha-solving-basic/README.md index b13395cb..ef06a96a 100644 --- a/python-examples/captcha-solving-basic/README.md +++ b/python-examples/captcha-solving-basic/README.md @@ -2,11 +2,11 @@ Basic captcha solving with support for reCAPTCHA, Cloudflare, and custom captchas. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | --- | ----------- | | `captcha-solver` | Solves reCAPTCHA v2, Cloudflare Turnstile, GeeTest, and custom captchas | + ## Getting started ### Install dependencies @@ -47,6 +48,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/python-examples/cdp-connection/README.md b/python-examples/cdp-connection/README.md index dcc11d26..297ec15f 100644 --- a/python-examples/cdp-connection/README.md +++ b/python-examples/cdp-connection/README.md @@ -2,11 +2,11 @@ Basic example demonstrating how to connect to a browser using Chrome DevTools Protocol (CDP) with Intuned. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | ----- | ------------- | | `connect-to-cdp` | Connect to browser via CDP, fetch browser info, navigate to a URL | + ## Getting started ### Install dependencies @@ -47,6 +48,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/python-examples/e-commerce-auth-scrapingcourse/README.md b/python-examples/e-commerce-auth-scrapingcourse/README.md index fa9dbce3..1e22abfe 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/README.md +++ b/python-examples/e-commerce-auth-scrapingcourse/README.md @@ -2,11 +2,11 @@ Authenticated e-commerce scraping automation that extracts product information from a protected dashboard using Auth Sessions. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below. | `list` | List products from the authenticated dashboard | | `details` | Get detailed information for a specific product | + ## Getting started ### Install dependencies @@ -62,6 +63,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/python-examples/e-commerce-nested/README.md b/python-examples/e-commerce-nested/README.md index 9d5a160c..414f22e7 100644 --- a/python-examples/e-commerce-nested/README.md +++ b/python-examples/e-commerce-nested/README.md @@ -2,11 +2,11 @@ E-commerce category and product scraper. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/e-commerce-scrapingcourse/README.md b/python-examples/e-commerce-scrapingcourse/README.md index af79d3db..37ee6409 100644 --- a/python-examples/e-commerce-scrapingcourse/README.md +++ b/python-examples/e-commerce-scrapingcourse/README.md @@ -2,11 +2,11 @@ Basic e-commerce scraper using scrapingcourse.com. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/e-commerce-shopify/README.md b/python-examples/e-commerce-shopify/README.md index bb11cbba..008de0b7 100644 --- a/python-examples/e-commerce-shopify/README.md +++ b/python-examples/e-commerce-shopify/README.md @@ -2,11 +2,11 @@ Shopify store product scraper. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/ehr-integration/README.md b/python-examples/ehr-integration/README.md index 0cb11451..a7acef26 100644 --- a/python-examples/ehr-integration/README.md +++ b/python-examples/ehr-integration/README.md @@ -2,11 +2,11 @@ Electronic Health Records (EHR) integration template for extracting data from OpenIMIS healthcare management system. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/hybrid-automation/README.md b/python-examples/hybrid-automation/README.md index 1cd82c46..e6d4b244 100644 --- a/python-examples/hybrid-automation/README.md +++ b/python-examples/hybrid-automation/README.md @@ -2,11 +2,11 @@ Hybrid automation combining Intuned Browser SDK with AI-powered tools like Stagehand and extract_structured_data. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/network-interception/README.md b/python-examples/network-interception/README.md index 49e97aee..804dbc21 100644 --- a/python-examples/network-interception/README.md +++ b/python-examples/network-interception/README.md @@ -2,11 +2,11 @@ Network request interception for API data extraction. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/playwright-basics/README.md b/python-examples/playwright-basics/README.md index e1ac5def..1da4062b 100644 --- a/python-examples/playwright-basics/README.md +++ b/python-examples/playwright-basics/README.md @@ -2,11 +2,11 @@ A comprehensive Python template covering core Playwright automation patterns. Each API demonstrates a specific concept, numbered for progressive learning. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/quick-recipes/README.md b/python-examples/quick-recipes/README.md index 3ecb14af..ee70953b 100644 --- a/python-examples/quick-recipes/README.md +++ b/python-examples/quick-recipes/README.md @@ -2,11 +2,11 @@ Collection of quick automation recipes for common browser tasks. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/rpa-auth-example/README.md b/python-examples/rpa-auth-example/README.md index 29742dab..c3091818 100644 --- a/python-examples/rpa-auth-example/README.md +++ b/python-examples/rpa-auth-example/README.md @@ -2,11 +2,11 @@ Credentials-based booking automation to book a consultation with a consultant and list consultations using Auth Sessions. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below. | `book-consultations` | Book a consultation with the provided details | | `get-consultations-by-email` | Get all consultations for a given email address | + ## Getting started ### Install dependencies @@ -62,6 +63,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/python-examples/rpa-example/README.md b/python-examples/rpa-example/README.md index c5605ba1..0459ea4a 100644 --- a/python-examples/rpa-example/README.md +++ b/python-examples/rpa-example/README.md @@ -2,11 +2,11 @@ RPA example for booking consultations without authentication. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/scrapy/README.md b/python-examples/scrapy/README.md index 2b009e88..fd1a9a5a 100644 --- a/python-examples/scrapy/README.md +++ b/python-examples/scrapy/README.md @@ -2,11 +2,11 @@ Web scraping examples using Scrapy framework. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/setup-hooks/README.md b/python-examples/setup-hooks/README.md index 21ab43c0..17053bb9 100644 --- a/python-examples/setup-hooks/README.md +++ b/python-examples/setup-hooks/README.md @@ -2,11 +2,11 @@ Demonstrates how to use setup hooks to prepare data and configuration before API execution. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/python-examples/starter-auth/README.md b/python-examples/starter-auth/README.md index e922643f..ed6e1ffb 100644 --- a/python-examples/starter-auth/README.md +++ b/python-examples/starter-auth/README.md @@ -2,11 +2,11 @@ Empty Intuned Auth Session template — a starting point for building authenticated browser automations. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | --- | ----------- | | `sample` | Sample API endpoint for authenticated automation | + ## Getting started ### Install dependencies @@ -60,6 +61,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/typescript-examples/auth-with-secret-otp/README.md b/typescript-examples/auth-with-secret-otp/README.md index cff98cc2..da087e8a 100644 --- a/typescript-examples/auth-with-secret-otp/README.md +++ b/typescript-examples/auth-with-secret-otp/README.md @@ -2,11 +2,11 @@ Authentication example using secret-based OTP verification. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | --- | ----------- | | `list-contracts` | List contracts for the authenticated user | + ## Getting started ### Install dependencies @@ -62,6 +63,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/typescript-examples/browser-sdk-showcase/README.md b/typescript-examples/browser-sdk-showcase/README.md index 4a43680b..95c5cb62 100644 --- a/typescript-examples/browser-sdk-showcase/README.md +++ b/typescript-examples/browser-sdk-showcase/README.md @@ -2,11 +2,11 @@ Showcase of Intuned Browser SDK helper functions for common automation tasks. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/captcha-solving-auth/README.md b/typescript-examples/captcha-solving-auth/README.md index fea0e11c..278c25de 100644 --- a/typescript-examples/captcha-solving-auth/README.md +++ b/typescript-examples/captcha-solving-auth/README.md @@ -2,11 +2,11 @@ E-commerce scraper automation demonstrating Cloudflare captcha solving with authenticated sessions. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below. | `list` | List products from the authenticated dashboard | | `details` | Get detailed information for a specific product | + ## Getting started ### Install dependencies @@ -64,6 +65,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/typescript-examples/captcha-solving-basic/README.md b/typescript-examples/captcha-solving-basic/README.md index 2da91add..06ccf3db 100644 --- a/typescript-examples/captcha-solving-basic/README.md +++ b/typescript-examples/captcha-solving-basic/README.md @@ -2,11 +2,11 @@ Basic captcha solving with support for reCAPTCHA, Cloudflare, and custom captchas + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/cdp-connection/README.md b/typescript-examples/cdp-connection/README.md index 13116b15..af575901 100644 --- a/typescript-examples/cdp-connection/README.md +++ b/typescript-examples/cdp-connection/README.md @@ -2,11 +2,11 @@ Basic example demonstrating how to connect to a browser using Chrome DevTools Protocol (CDP) with Intuned. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | ---------------- | ----------------------------------------------------------------- | | `connect-to-cdp` | Connect to browser via CDP, fetch browser info, navigate to a URL | + ## Getting started ### Install dependencies @@ -49,6 +50,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/README.md b/typescript-examples/e-commerce-auth-scrapingcourse/README.md index 41582ab3..2c33835a 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/README.md +++ b/typescript-examples/e-commerce-auth-scrapingcourse/README.md @@ -2,11 +2,11 @@ Authenticated e-commerce scraping automation that extracts product information from a protected dashboard using Auth Sessions. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below. | `list` | List products from the authenticated dashboard | | `details` | Get detailed information for a specific product | + ## Getting started ### Install dependencies @@ -64,6 +65,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/typescript-examples/e-commerce-nested/README.md b/typescript-examples/e-commerce-nested/README.md index c217249e..178e36ec 100644 --- a/typescript-examples/e-commerce-nested/README.md +++ b/typescript-examples/e-commerce-nested/README.md @@ -2,11 +2,11 @@ E-commerce category and product scraper. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/e-commerce-scrapingcourse/README.md b/typescript-examples/e-commerce-scrapingcourse/README.md index cd78abf6..41ca2b3f 100644 --- a/typescript-examples/e-commerce-scrapingcourse/README.md +++ b/typescript-examples/e-commerce-scrapingcourse/README.md @@ -2,11 +2,11 @@ Basic e-commerce scraper using scrapingcourse.com. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/e-commerce-shopify/README.md b/typescript-examples/e-commerce-shopify/README.md index 3bffd497..926e651a 100644 --- a/typescript-examples/e-commerce-shopify/README.md +++ b/typescript-examples/e-commerce-shopify/README.md @@ -2,11 +2,11 @@ Shopify store product scraper. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/ehr-integration/README.md b/typescript-examples/ehr-integration/README.md index a49fc5ab..b7218420 100644 --- a/typescript-examples/ehr-integration/README.md +++ b/typescript-examples/ehr-integration/README.md @@ -2,11 +2,11 @@ Electronic Health Records (EHR) integration template for extracting data from OpenIMIS healthcare management system. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/hybrid-automation/README.md b/typescript-examples/hybrid-automation/README.md index 2f6c6dfb..ed5c6033 100644 --- a/typescript-examples/hybrid-automation/README.md +++ b/typescript-examples/hybrid-automation/README.md @@ -2,11 +2,11 @@ Hybrid automation combining Intuned Browser SDK with AI-powered tools like Stagehand and extractStructuredData. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/jsdom/README.md b/typescript-examples/jsdom/README.md index 3da7506f..cb864b98 100644 --- a/typescript-examples/jsdom/README.md +++ b/typescript-examples/jsdom/README.md @@ -2,11 +2,11 @@ Web scraping example using JSDOM for HTML parsing. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/native-crawler/README.md b/typescript-examples/native-crawler/README.md index 2abb6417..d0632fbb 100644 --- a/typescript-examples/native-crawler/README.md +++ b/typescript-examples/native-crawler/README.md @@ -2,11 +2,11 @@ A simple, library-free web crawler demonstrating Intuned's `extendPayload` and `persistentStore` features for parallel crawling with deduplication. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## Architecture diff --git a/typescript-examples/network-interception/README.md b/typescript-examples/network-interception/README.md index c37465af..ff34a598 100644 --- a/typescript-examples/network-interception/README.md +++ b/typescript-examples/network-interception/README.md @@ -2,11 +2,11 @@ Network request interception for API data extraction. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/playwright-basics/README.md b/typescript-examples/playwright-basics/README.md index 490442bd..d58d127a 100644 --- a/typescript-examples/playwright-basics/README.md +++ b/typescript-examples/playwright-basics/README.md @@ -2,11 +2,11 @@ A comprehensive TypeScript template covering core Playwright automation patterns. Each API demonstrates a specific concept, numbered for progressive learning. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/quick-recipes/README.md b/typescript-examples/quick-recipes/README.md index 7f780e5d..f1bf6292 100644 --- a/typescript-examples/quick-recipes/README.md +++ b/typescript-examples/quick-recipes/README.md @@ -2,11 +2,11 @@ Collection of quick automation recipes for common browser tasks. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/rpa-auth-example/README.md b/typescript-examples/rpa-auth-example/README.md index 68aca784..fdbdfb5e 100644 --- a/typescript-examples/rpa-auth-example/README.md +++ b/typescript-examples/rpa-auth-example/README.md @@ -2,11 +2,11 @@ Credentials-based booking automation to book a consultation with a consultant and list consultations using Auth Sessions. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below. | `book-consultations` | Book a consultation with the provided details | | `get-consultations-by-email` | Get all consultations for a given email address | + ## Getting started ### Install dependencies @@ -64,6 +65,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure diff --git a/typescript-examples/rpa-example/README.md b/typescript-examples/rpa-example/README.md index 11217a37..d958288d 100644 --- a/typescript-examples/rpa-example/README.md +++ b/typescript-examples/rpa-example/README.md @@ -2,11 +2,11 @@ RPA example for booking consultations without authentication. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/setup-hooks/README.md b/typescript-examples/setup-hooks/README.md index 7328d392..98042a5f 100644 --- a/typescript-examples/setup-hooks/README.md +++ b/typescript-examples/setup-hooks/README.md @@ -2,11 +2,11 @@ Demonstrates how to use setup hooks to prepare data and configuration before API execution. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs diff --git a/typescript-examples/starter-auth/README.md b/typescript-examples/starter-auth/README.md index 07037ad4..c597640b 100644 --- a/typescript-examples/starter-auth/README.md +++ b/typescript-examples/starter-auth/README.md @@ -2,11 +2,11 @@ Empty Intuned Auth Session template — a starting point for building authenticated browser automations. + ## Run on Intuned -Open this project in Intuned by clicking the button below. - Run on Intuned + ## APIs @@ -14,6 +14,7 @@ Open this project in Intuned by clicking the button below. | --- | ----------- | | `sample` | Sample API endpoint for authenticated automation | + ## Getting started ### Install dependencies @@ -62,6 +63,7 @@ intuned dev provision ```bash intuned dev deploy ``` + ## Project structure