Craiyon Scraper (DALL·E mini)

Craiyon Scraper (DALL·E mini)

Scrape and search AI-generated images from Craiyon's database using text prompts. This actor fetches high-quality AI artwork with comprehensive metadata including image URLs, dimensions, generation dates, and prompts. Perfect for AI art collectors, researchers, and content creators.

AIDEVELOPER_TOOLSApify

Craiyon Scraper

Craiyon Scraper

This Apify actor allows you to search and scrape AI-generated images from the Craiyon database. It provides an easy way to find and collect AI-generated artwork based on text queries.

Features

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

Usage

  1. Run this actor in the Apify console
  2. Provide the required inputs:
    • Search Text: The text query to search for images
    • Maximum Results: Number of results to fetch (default: 500)

Example Input

1{
2"searchText": "cyberpunk city night",
3"maxResults": 1000
4}

Output

The actor saves the following data for each image to the Apify dataset:

  • image_description: Description of the image (alt text)
  • aspect_ratio: Image aspect ratio (e.g., "1:1")
  • generation_date: When the image was generated
  • image_height: Height in pixels
  • image_width: Width in pixels
  • unique_id: Unique identifier
  • ai_model: AI model used (e.g., "v4")
  • negative_prompt: Excluded elements from generation
  • original_prompt: Original text prompt used
  • generation_style: Style setting used
  • image_url: Direct URL to the image

Example Output

1[
2    {
3        "image_description": "Dog",
4        "aspect_ratio": "1:1",
5        "generation_date": "Wed, 25 Sep 2024 08:33:09 GMT",
6        "image_height": 1024,
7        "image_width": 1024,
8        "unique_id": "kPc0cmZ3QtyXbFOcQkVAPA",
9        "ai_model": "v4",
10        "negative_prompt": "",
11        "original_prompt": "dog",
12        "generation_style": "photo",
13        "image_url": "https://pics.craiyon.com/2024-09-25/6n7LVhzyTy6e2SxPK0LtMg.webp"
14    },
15    {
16        "image_description": "Puppy enjoying ice treat",
17        "aspect_ratio": "1:1",
18        "generation_date": "Tue, 24 Sep 2024 21:02:27 GMT",
19        "image_height": 1024,
20        "image_width": 1024,
21        "unique_id": "ewyczxILT1WAl08VWMqRAA",
22        "ai_model": "v4",
23        "negative_prompt": "",
24        "original_prompt": "small picture of a puppy eating ice",
25        "generation_style": "auto",
26        "image_url": "https://pics.craiyon.com/2024-09-24/1w-h0isSStiSCz2lp8P9Lw.webp"
27    },
28    {
29        "image_description": "Golden cocker spaniel puppy with fringe",
30        "aspect_ratio": "1:1",
31        "generation_date": "Fri, 13 Sep 2024 08:22:33 GMT",
32        "image_height": 1024,
33        "image_width": 1024,
34        "unique_id": "rv4tWxwJSjCuHkyq6jEJQA",
35        "ai_model": "v4",
36        "negative_prompt": "",
37        "original_prompt": "golden cocker spanial puppy with fringe",
38        "generation_style": "auto",
39        "image_url": "https://pics.craiyon.com/2024-09-13/9MNVkMXZQNC0aJ_tHPIWkQ.webp"
40    }
41]

🎨 Craiyon AI Image Creator

If you want to generate new AI images from text descriptions, check out our Craiyon AI Image Creator actor. This actor offers:

  • 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

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!