Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Examples

Intuned sample projects in Python.

Quick Start

Install the CLI, then create a project from any template below:

npm install -g @intuned/cli
npx create-intuned-project@latest

Install dependencies and run an API locally:

uv sync
intuned dev run api <api-name> .parameters/api/<api-name>/default.json

See the CLI reference for all available options.

Examples

Example Description
starter Starter template for new projects
starter-auth Starter template with Auth Sessions enabled
auth-with-email-otp Multi-step authentication with Email-based OTP using Resend API
auth-with-secret-otp Multi-step authentication with TOTP (Time-based OTP) using secret keys
browser-sdk-showcase Comprehensive showcase of Browser SDK helper functions
browser-use AI browser automation with Browser-Use
bs4 Web scraping with BeautifulSoup for HTML parsing
captcha-solving-auth E-commerce scraper with captcha solving and auth sessions
captcha-solving-basic Basic captcha solving with reCAPTCHA, Cloudflare, and custom captchas
cdp-connection Basic example demonstrating Chrome DevTools Protocol (CDP) connection
computer-use AI-powered browser automation with Anthropic, OpenAI, Gemini, and Browser Use
crawl4ai Web crawling using Crawl4AI library
e-commerce-auth-scrapingcourse Authenticated e-commerce scraper with Auth Sessions
e-commerce-nested E-commerce category and product scraper
e-commerce-scrapingcourse E-commerce product scraper with pagination
e-commerce-shopify Shopify store product scraper
ehr-integration Data Extraction from Openimis Website
firecrawl Web scraping with Firecrawl library
hybrid-automation Hybrid automation combining Intuned Browser SDK with AI-powered tools like Stagehand and extract_structured_data
native-crawler Native web crawler for sitemaps and recursive link following
network-interception Network interception for CSRF token capture and paginated API data
playwright-basics Basic Playwright automation examples
quick-recipes Quick browser automation recipes
rpa-auth-example Authenticated consultation booking with Auth Sessions
rpa-example Consultation booking automation
rpa-forms-example AI-powered form automation using Stagehand to fill insurance quote forms
scrapy Web scraping with Scrapy framework (HTTP requests and Playwright integration)
setup-hooks Demonstrates setup hooks for preparing data before API execution
stagehand AI-powered browser automation with Stagehand