Wikimedia Commons Category Files Scraper
Pricing
from $3.62 / 1,000 results
Wikimedia Commons Category Files Scraper
Pricing
from $3.62 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share

πΌοΈ 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).
| For | Use it to |
|---|---|
| Researchers & educators | Collect openly licensed images by topic |
| Designers & media teams | Source public-domain and CC media with author + license |
| Data teams | Build 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
| Field | Description |
|---|---|
πΌοΈ imageUrl | Direct file URL on upload.wikimedia.org |
π title | File title |
π pageId | Commons page id |
π descriptionUrl | File description page |
ποΈ mime | MIME type (image/jpeg, etc.) |
π width / height | Pixel dimensions |
πΎ sizeBytes | File size in bytes |
π€ uploader | Uploading user |
π uploadTimestamp | Upload time |
π license | License short name (e.g. CC BY-SA 4.0) |
βοΈ artist | Author / creator |
π·οΈ credit | Credit line |
π
dateOriginal | Original 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
- Create a free account w/ $5 credit.
- Enter a
category(without theCategory:prefix) andmaxItems. - 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.
π Recommended Actors
π‘ 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.