Get UI designs for your app ideas. Get HTML + TailwindCSS code and a full screenshot of the design in output data. You will need a Anthropic Claude API Key to add in environment variables.
Generate beautiful, modern UI designs from text descriptions using Claude AI.
1{ 2 "prompt": "A modern landing page for a fitness app", 3 "claude_api_key": "your-api-key", 4 "style_preferences": { 5 "colorScheme": "light", 6 "style": "minimal" 7 } 8}
The actor outputs:
Example output:
1{ 2 "html": "<!DOCTYPE html>...", 3 "prompt": "A modern landing page for a fitness app", 4 "success": true 5}
1from apify_client import ApifyClient 2 3client = ApifyClient('your-apify-token') 4run_input = { 5 'prompt': 'A modern landing page for a fitness app', 6 'claude_api_key': 'your-claude-api-key' 7} 8 9run = client.actor('username/ui-generator').call(run_input=run_input) 10results = client.dataset(run['defaultDatasetId']).list_items().items
pip install -r requirements.txt
ANTHROPIC_API_KEY=your-key
python src/actor.py
npm install -g apify-cli
apify login
apify push
The actor includes comprehensive error handling:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!