AI Image Watermark Remover avatar

AI Image Watermark Remover

Pricing

from $100.00 / 1,000 results

Go to Apify Store
AI Image Watermark Remover

AI Image Watermark Remover

Remove text and logo watermarks from images using. Preserves texture and background for natural, artifact-free results.

Pricing

from $100.00 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Remove text and logo watermarks from any image using AI — preserves texture and background for natural, artifact-free results.

Before & After

BeforeAfter
Trees with watermarkTrees cleaned
Nature with watermarkNature cleaned

What you get

  • Watermark-free version of every image you submit
  • Supports text watermarks, logo overlays, and semi-transparent stamps
  • Outputs stored directly in the dataset — download as JPEG, PNG, or WebP
  • Process multiple images in a single run

Use cases

  • Clean up stock photo previews before presenting concepts to clients
  • Remove watermarks from screenshots, product images, or marketing assets
  • Batch process large image collections for content pipelines
  • Restore images with branding overlays for archival or reuse

How to use

  1. Paste one or more image URLs into the Images field (or provide base64 data URIs to upload your own)
  2. Choose your preferred Output Format (JPEG, PNG, or WebP)
  3. Run the actor — cleaned images appear in the Key-Value Store tab
  4. Each dataset record includes a direct download link to the cleaned image

Output format

Each dataset record:

{
"inputImageUrl": "https://example.com/photo.jpg",
"outputImageUrl": "https://api.apify.com/v2/key-value-stores/{storeId}/records/watermark_removed_1.jpeg",
"outputImageKey": "watermark_removed_1.jpeg",
"status": "success",
"error": null
}

Input options

FieldTypeDescription
imagesstring[]Image URLs or base64 data URIs to process
imageFilesfile[]Upload image files directly from your computer
outputFormatstringOutput format: jpeg, png, or webp (default: jpeg)