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.
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.
1{ 2"searchText": "cyberpunk city night", 3"maxResults": 1000 4}
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 generatedimage_height
: Height in pixelsimage_width
: Width in pixelsunique_id
: Unique identifierai_model
: AI model used (e.g., "v4")negative_prompt
: Excluded elements from generationoriginal_prompt
: Original text prompt usedgeneration_style
: Style setting usedimage_url
: Direct URL to the image1[ 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]
If you want to generate new AI images from text descriptions, check out our Craiyon AI Image Creator actor. This actor offers:
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!