Transform your text descriptions into stunning images using the power of FLUX AI. This versatile actor generates high-quality images from text prompts, perfect for content creators, designers, and developers who need quick, AI-generated visuals.
Generates images from text descriptions using the FLUX ai image generator. This actor takes a text prompt and optional parameters to generate customized images, returning them as base64-encoded data.
The actor accepts the following input parameters via the input schema:
1{ 2 "prompt": "A beautiful sunset over mountains", 3 "width": 1024, 4 "height": 768, 5 "enhance": true 6}
Parameter | Type | Description | Default |
---|---|---|---|
prompt | string | The text description of the image you want to generate | (Required) |
width | integer | Width of the generated image in pixels (64-2048) | 1024 |
height | integer | Height of the generated image in pixels (64-2048) | 1024 |
enhance | boolean | Whether to enhance the prompt using AI | true |
The actor stores its results in the default dataset. Each result contains:
1{ 2 "prompt": "Original text prompt", 3 "image": "data:image/jpeg;base64,..." 4}
The image is returned as a base64-encoded data URL that can be directly used in HTML <img>
tags or decoded back to binary data.
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!