Wikimedia Logos
Pricing
$5.00 / 1,000 results
Wikimedia Logos
Extracts the logo of companies on one or more web page URLs on Wikimedia Commons file pages
Pricing
$5.00 / 1,000 results
Rating
0.0
(0)
Developer
TheGuide
Actor stats
0
Bookmarked
18
Total users
1
Monthly active users
20 days ago
Last modified
Categories
Share
Wikimedia File Image Extractor (#file)
Extract the absolute URL of the image displayed in the element with the identifier file on one or more web pages. Ideal for Wikimedia Commons file pages (ex. https://commons.wikimedia.org/wiki/File:…).
- Result: one line per input URL in the default Dataset
- Simple usage: provide a list of URLs (or a single URL) and run the Actor
What is this Actor for?
This Actor extracts the direct link to the image "displayed" in the #file section of a page. On Wikimedia Commons, this area typically contains the version of the image visible on the file page. If no image is found at this location, the Actor returns an error message for the URL concerned.
Input parameters
You can use one of the two fields below:
urls(recommended): list of URLs to process.url: a single URL to process (practical alternative if you only have one page).
Input examples:
- List of URLs (recommended)
{"urls": ["https://commons.wikimedia.org/wiki/File:Example.jpg","https://commons.wikimedia.org/wiki/File:Wikimedia-logo.svg"]}
- URL unique
{"url": "https://commons.wikimedia.org/wiki/File:Example.jpg"}
Output (Dataset)
For each input URL, the Dataset contains a record with:
inputUrl: the input URLlogoUrl: the absolute URL of the image found (if available)error: an error message if no image was found or if the page could not be loaded
Output examples:
{"inputUrl": "https://commons.wikimedia.org/wiki/File:Example.jpg","logoUrl": "https://upload.wikimedia.org/wikipedia/commons/.../Example.jpg"}
{"inputUrl": "https://example.com/page-sans-image","error": "No <img> found inside element with id \"file\"."}


