Craiyon AI Image Creator (DALL·E mini)

Craiyon AI Image Creator (DALL·E mini)

Craiyon AI Image Creator is an Apify actor that generates AI images from prompts. Users can exclude unwanted elements, select generation types (Photo, Drawing, Vector), choose aspect ratios (Square, Portrait, Landscape). It offers fast and customizable image creation with concurrent request handling

AIAUTOMATIONDEVELOPER_TOOLSApify

Craiyon AI Image Creator

Craiyon AI Image Creator

This Apify actor generates AI images using the Craiyon. It allows you to create multiple images from text prompts with various customization options.

Features

  • Generate AI images from text descriptions
  • Exclude unwanted elements from generated images
  • Choose from multiple model types (Automatic, Photo, Drawing, Vector)
  • Select different aspect ratios (Square, Portrait, Landscape)
  • Concurrent request handling for faster generation

Usage

  1. Run this actor in the Apify console
  2. Provide the desired inputs:
    • Prompts: List of text descriptions for image generation
    • Things to exclude: Elements you want to exclude from the images
    • Generation Type: Select the type of image to generate
    • Image Size: Choose the aspect ratio
    • Concurrent Requests: Set the number of simultaneous requests
    • Proxy Configuration: Configure proxy settings for better reliability

Example Input

1{
2  "excludeList": "green",
3  "prompts": [
4    "A beautiful sunset over the mountains",
5    "A futuristic cityscape"
6  ],
7  "generationType": "type_1",
8  "imageSize": "size_1",
9  "concurrentRequests": 25,
10  "proxyConfiguration": {
11    "useApifyProxy": true,
12    "groups": [
13      "RESIDENTIAL"
14    ]
15  }
16}

Output

The generated images and their metadata are saved to the Apify dataset. The output includes:

  • prompt: The text description used to generate the image
  • exclude_list: Elements that were excluded from the generation
  • image_url: URL of the generated image

Example Output

1[
2    {
3        "prompt": "A beautiful sunset over the mountains",
4        "exclude_list": "green",
5        "image_url": "https://img.craiyon.com/2025-01-14/PalSpeqIQfqDQgE1oz37Yg.webp"
6    },
7    {
8        "prompt": "A beautiful sunset over the mountains",
9        "exclude_list": "green",
10        "image_url": "https://img.craiyon.com/2025-01-14/mLAwN3HaReeXvwrNyR23kw.webp"
11    },
12    {
13        "prompt": "A futuristic cityscape",
14        "excludeList": "green",
15        "image_url": "https://img.craiyon.com/2025-01-14/7YhUvLMQTcyBxued18UNcQ.webp"
16    },
17    {
18        "prompt": "A futuristic cityscape",
19        "excludeList": "green",
20        "image_url": "https://img.craiyon.com/2025-01-14/OMkpSRdgQPmiG0mio9e3PQ.webp"
21    }
22]

Notes

  • The actor uses Craiyon v4 Beta for image generation

🔍 Craiyon Scraper

If you want to search and collect existing AI-generated images, check out our Craiyon Scraper actor. This actor offers:

  • Search AI-generated images using text queries
  • Fetch detailed image metadata
  • Support for large result sets

Frequently Asked Questions

Is it legal to scrape job listings or public 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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!