Tools / Localize App Store Screenshots
Localize App Store Screenshots icon

Localize App Store Screenshots

AI-localize your app screenshots

Translate text in App Store and Play Store screenshots into any language while preserving layout, branding, UI, and icons. Handles currency and date formats for cultural accuracy. Go from English to a localized set ready for submission — no designer needed.

2 skillsv0.02
Get App Store Screenshots

Fetch high-resolution screenshots and metadata from the Apple App Store for any app. Returns 1290x2796 screenshot URLs, app name, subtitle, icon, and category.

Returns: High-resolution screenshot URLs (1290x2796), app name, subtitle, icon URL, and primary category
Parameters
app_store_urlstringFull Apple App Store URL (e.g. https://apps.apple.com/us/app/example/id123456789). Provide this or app_id.
app_idstringNumeric Apple App Store ID (e.g. "284882215" for Facebook). Provide this or app_store_url.
countrystringTwo-letter country code for the App Store region (e.g. "us", "gb", "jp"). Defaults to "us".
Example
Fetch screenshots using an App Store URL
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "localize-app-store-screenshots",
  "skill": "get_screenshots",
  "input": {
    "app_store_url": "https://apps.apple.com/us/app/facebook/id284882215"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Localize Screenshot

Translate all text in an app screenshot to a target language using AI while preserving layout, branding, UI structure, icons, and visual identity. Adapts currency symbols and date formats.

Returns: Local file path to the localized screenshot JPEG, target language, and country
Parameters
image *stringSource screenshot to localize. Can be a local file path or an HTTP(S) URL.
language *stringTarget language for translation (e.g. "Japanese", "French", "Brazilian Portuguese").
country *stringTarget country or region for cultural adaptation (e.g. "Japan", "France", "Brazil").
Example
Localize a local screenshot to Japanese
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "localize-app-store-screenshots",
  "skill": "localize_screenshot",
  "input": {
    "image": "/path/to/screenshot.png",
    "language": "Japanese",
    "country": "Japan"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"localize-app-store-screenshots","skill":"get_screenshots","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Localize Screenshots for New Markets

Localize Screenshots for New Markets

Translate and adapt App Store screenshots when launching your app in new countries and languages.

Localize App Store Screenshots icon
Localize App Store Screenshots
4 agent guides
Open Create Region-Specific Text Overlays

Create Region-Specific Text Overlays

Adapt screenshot text to match regional phrasing, idioms, and marketing conventions.

Localize App Store Screenshots icon
Localize App Store Screenshots
4 agent guides
Open Research Competitor Ad Creatives

Research Competitor Ad Creatives

Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.

Ad Library Search icon
Ad Library Search
4 agent guides
View all use cases for Localize App Store Screenshots

Workflows

Open ASO Screenshot Pipeline

ASO Screenshot Pipeline

Optimize app store screenshots with metadata auditing, multi-language localization, and visual restyling for maximum conversion.

App Store ASO icon
App Store ASO
Localize App Store Screenshots icon
Localize App Store Screenshots
Restyle App Store Screenshots icon
Restyle App Store Screenshots
3 steps3 tools

Frequently Asked Questions

What exactly gets translated in the screenshot?

All visible text is localized while the layout, branding, UI structure, and icons are preserved.

Do I need both a language and a country?

Yes. The language drives translation, and the country controls cultural details like currency and date formats.

Can I start from screenshots I already have?

Yes. Use `get_screenshots` to pull the originals, then pass each image into `localize_screenshot`.

What do I get back after localization?

You get a JPEG ready for App Store submission, already adapted to the target market.