Pixabay Image Scraper 📸 avatar

Pixabay Image Scraper 📸

Pricing

Pay per usage

Go to Apify Store
Pixabay Image Scraper 📸

Pixabay Image Scraper 📸

Unlock stunning, royalty-free visuals! Effortlessly extract high-resolution image URLs, tags, and creator metadata from Pixabay. Perfect for marketers, this fast data extraction tool accelerates workflows and scales your content strategy.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

13 days ago

Last modified

Share

Pixabay Image Scraper

Extract rich Pixabay image search results with metadata that goes beyond basic titles and URLs. Collect image details, search result metrics, uploader information, download links, and quality flags in a clean dataset for research, trend tracking, and content planning.

Features

  • Structured Result Extraction — Collects data from Pixabay's structured search payload instead of relying on brittle card parsing
  • Richer Metadata — Returns image dimensions, engagement counts, descriptive fields, uploader details, and quality indicators
  • Duplicate Protection — Skips repeated records across pages using stable image identifiers
  • Clean Output — Omits null, empty, and incomplete records before saving to the dataset
  • Flexible Search Input — Supports keyword search, location-enhanced search terms, and direct Pixabay search URLs
  • Pagination Control — Stops at your requested image count or page limit

Use Cases

Visual Trend Research

Track which styles, subjects, and image types are popular for a keyword. Use engagement counts, tags, and descriptive metadata to compare search trends over time.

Content Planning

Build reference collections for blog posts, social campaigns, or design work. Search by topic and keep direct image links, download paths, and creator details together.

Dataset Creation

Create structured datasets for analysis, tagging workflows, or internal cataloging. The output includes both image-level fields and uploader-level context.

Creative Market Monitoring

Review result pages for quality signals such as editor's choice flags, AI-generated labels, media type, and result volume to understand the current image landscape.


Input Parameters

ParameterTypeRequiredDefaultDescription
urlStringNo—Full Pixabay search URL to scrape. Takes priority over keyword input.
keywordStringNo—Search term such as nature, sunset, or city skyline.
locationStringNo—Extra search context appended to the keyword, such as Tokyo or Pakistan.
results_wantedIntegerNo20Maximum number of unique images to collect.
max_pagesIntegerNo10Maximum number of result pages to visit.
proxyConfigurationObjectNo—Proxy settings for more reliable access when needed.

Output Data

Each dataset item can contain:

FieldTypeDescription
idNumberUnique Pixabay image ID
mediaTypeStringMedia type such as photo, illustration, or vector
mediaSubTypeNumberPixabay media subtype code
mediaDescriptiveTypeStringHuman-readable media category
widthNumberImage width in pixels
heightNumberImage height in pixels
uploadDateStringUpload timestamp returned by Pixabay
nameStringPixabay display name for the asset
titleStringDownload-oriented title text
altStringAccessible alt text from the search result
descriptionStringDescription text when available
pageUrlStringDirect Pixabay page URL for the image
hrefStringOriginal relative page path
imageUrl_smallStringSmaller image URL
imageUrl_largeStringLarger image URL
downloadUrlStringDownload path expanded to a full URL
tagsStringComma-separated keyword tags
likeCountNumberNumber of likes
commentCountNumberNumber of comments
viewCountNumberNumber of views
downloadCountNumberNumber of downloads
isEditorsChoiceBooleanWhether Pixabay marks the asset as editor's choice
isAiGeneratedBooleanWhether the asset is marked as AI-generated
nsfwBooleanWhether the asset is flagged as sensitive
vectorBooleanWhether the asset is a vector
isLowQualityBooleanQuality warning flag
qualityStatusNumberPixabay quality status code
usernameStringUploader username
profileUrlStringFull uploader profile URL
user_idNumberUploader ID
user_avatarSrcStringUploader avatar image URL
user_isAvailableForHireBooleanHire availability flag
user_isActiveBooleanUploader active status
user_donation_paypalStringDonation URL when provided
canvaRetouchUrlStringEdit-in-Canva link when available

Usage Examples

{
"keyword": "nature",
"results_wanted": 20,
"max_pages": 2
}

Search With Extra Context

{
"keyword": "cherry blossom",
"location": "Tokyo",
"results_wanted": 40,
"max_pages": 3
}

Existing Pixabay Search URL

{
"url": "https://pixabay.com/images/search/mountain-landscape/",
"results_wanted": 50,
"max_pages": 4
}

Sample Output

{
"id": 7133867,
"mediaType": "photo",
"mediaSubType": 1,
"mediaDescriptiveType": "photo",
"width": 3150,
"height": 2100,
"uploadDate": "2026-06-02T10:22:48.283309",
"name": "Sunset, Sand, Beach, Islands",
"title": "Download free HD stock image of Sunset Sand",
"alt": "Free Sunset Sand photo and picture",
"pageUrl": "https://pixabay.com/photos/sunset-sand-beach-islands-leaf-7133867/",
"imageUrl_small": "https://cdn.pixabay.com/photo/2022/04/15/07/58/sunset-7133867_640.jpg",
"imageUrl_large": "https://cdn.pixabay.com/photo/2022/04/15/07/58/sunset-7133867_1280.jpg",
"downloadUrl": "https://pixabay.com/images/download/x-7133867_1920.jpg",
"tags": "Sunset, Sand, Beach",
"likeCount": 875,
"commentCount": 144,
"viewCount": 415881,
"downloadCount": 376185,
"isEditorsChoice": true,
"isAiGenerated": false,
"username": "Kanenori",
"profileUrl": "https://pixabay.com/users/kanenori-4749850/",
"user_id": 4749850,
"user_avatarSrc": "https://cdn.pixabay.com/user/2023/03/30/07-49-26-304_96x96.jpg",
"canvaRetouchUrl": "https://canva.com/content-partner/?utm_medium=partner&utm_source=pixabay&utm_campaign=retouch_in_canva_edit_image&image-url=https%3A//pixabay.com/get/g6f4b1d4e20e2b5841de54991192c08a9aed5c39d4ab77f74e4d07e79408e8edd51ccb1a4df4784ab45c3280aff3d94ae_1920.jpg%3Flonglived%3D&external-id=7133867&canva-media-id="
}

Tips for Best Results

Start With Smaller Runs

  • Use results_wanted: 20 to validate a search quickly
  • Increase the limit after confirming the keyword or URL returns the right assets

Use Focused Search Terms

  • Specific topics usually return cleaner datasets than broad one-word searches
  • Add location when you want geographic context included in the search

Set Reasonable Page Limits

  • Each page can contain many records, so a small max_pages value is often enough
  • The actor stops automatically once the requested number of unique items is reached

Integrations

Connect your data with:

  • Google Sheets — Review tags, creators, and engagement data in a spreadsheet
  • Airtable — Build searchable reference libraries for creative work
  • Webhooks — Send results to downstream systems automatically
  • Make — Trigger enrichment or reporting workflows
  • Zapier — Route new records into business tools

Export Formats

  • JSON — For applications and automation
  • CSV — For spreadsheet analysis
  • Excel — For reporting and sharing
  • XML — For system integrations

Frequently Asked Questions

Does the actor skip duplicate records?

Yes. Records are deduplicated before saving so repeated items across pages are not written to the dataset twice.

What happens when a field is empty?

Empty, null, and incomplete values are filtered out automatically, so the dataset stays cleaner and easier to use.

Can I scrape using a Pixabay URL instead of a keyword?

Yes. Provide a Pixabay search URL through url or startUrl and the actor will continue pagination from that search.

How many results can I collect?

You can collect up to the limit set in results_wanted, subject to the available search results and your max_pages setting.

Are uploader details included?

Yes. The dataset can include uploader usernames, profile URLs, avatar URLs, and some availability or donation fields when Pixabay provides them.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with Pixabay terms and applicable laws when collecting and using data.