Wikimedia Commons Category Files Scraper avatar

Wikimedia Commons Category Files Scraper

Pricing

from $3.62 / 1,000 results

Go to Apify Store
Wikimedia Commons Category Files Scraper

Wikimedia Commons Category Files Scraper

Pricing

from $3.62 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

ParseForge Banner

πŸ–ΌοΈ Wikimedia Commons Category Files Scraper

πŸš€ Export every file in a Wikimedia Commons category, with image URLs and license, in seconds.

This Actor reads the official MediaWiki API and returns every file in a Wikimedia Commons category with its direct image URL, license, author, dimensions, MIME type, uploader, and dates. No login, no API key, no HTML scraping.

Wikimedia Commons holds over 100 million freely licensed media files. Point this Actor at any category and get a clean, structured dataset you can filter, join, and reuse (with attribution).

ForUse it to
Researchers & educatorsCollect openly licensed images by topic
Designers & media teamsSource public-domain and CC media with author + license
Data teamsBuild image datasets with rich metadata

πŸ“‹ What it does

  • Lists all files in a Wikimedia Commons category via the MediaWiki API.
  • Returns each file with its direct download URL and metadata.
  • Paginates automatically up to your maxItems.

πŸ’‘ Why it matters: every row carries the license and author, so you can reuse the media correctly.

πŸ“Š Output

FieldDescription
πŸ–ΌοΈ imageUrlDirect file URL on upload.wikimedia.org
πŸ“• titleFile title
πŸ†” pageIdCommons page id
πŸ”— descriptionUrlFile description page
πŸ—‚οΈ mimeMIME type (image/jpeg, etc.)
πŸ“ width / heightPixel dimensions
πŸ’Ύ sizeBytesFile size in bytes
πŸ‘€ uploaderUploading user
πŸ•’ uploadTimestampUpload time
πŸ“„ licenseLicense short name (e.g. CC BY-SA 4.0)
✍️ artistAuthor / creator
🏷️ creditCredit line
πŸ“… dateOriginalOriginal date of the work

Sample record:

{
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/2/21/example.jpg",
"title": "File:Example.jpg",
"mime": "image/jpeg",
"width": 4342,
"height": 1995,
"uploader": "Podzemnik",
"license": "CC BY-SA 4.0",
"artist": "Michal Klajban"
}

πŸš€ How to use

  1. Create a free account w/ $5 credit.
  2. Enter a category (without the Category: prefix) and maxItems.
  3. Run it and download the dataset as JSON, CSV, Excel, or XML.

❓ FAQ

Do I need an API key? No. The Actor uses the public MediaWiki API.

Where is the category name from? Any category page on commons.wikimedia.org, e.g. "Featured pictures on Wikimedia Commons".

Can I reuse the images? Yes, subject to each file's license (see the license and artist fields). Always attribute per the license.

How fresh is the data? Every run reads the MediaWiki API live.

πŸ’‘ Pro Tip: browse the complete ParseForge collection for more data Actors.


This Actor is not affiliated with the Wikimedia Foundation. It reads publicly available data from the MediaWiki API. Respect each file's license and Wikimedia's terms.