Rank every map by layout, density, boss and card value to pick a farming target


  • Maps of Exile screenshot
  • Maps of Exile screenshot

Overview

Ranks and filters every map by layout, monster density, boss difficulty and divination card value, with layout images and drop data per map.

Good to know

Card prices come from poe.ninja and are unreliable early in a league

  • farming
  • layouts
  • divination-cards

Tutorials

  • [PoE 3.23] Maps of Exile - Choose the best Maps for your Farming Strategy with this new tool!

    by Exosta

You might also want

  • PoELab Editor’s pick

    Publishes the daily Labyrinth layouts for all four difficulties after each reset, with the route, secret areas, Izaro modifiers and trap warnings marked.

  • Exile Compass Editor’s pick

    By juddisjudd Made by a maintainer of this site

    In-game overlay that tracks campaign progress, imports Path of Building builds, writes regex stash searches, times runs, and takes voice commands.

  • Exile-UI Editor’s pick

    By Lailloken

    Minimal UI and quality-of-life overlay built with AutoHotkey. Item info with affix tiers, a leveling tracker, map info, stash search strings from your filter, and cheat sheets.

Every tool listed here is made by the community, not by Grinding Gear Games. This site is not affiliated with or endorsed by GGG. Path of Exile is a trademark of Grinding Gear Games.

Submit a tool

The catalogue keeps each tool and its images in one directory. Add a tool by creating tools/<tool-id>/about.yaml.

  1. 1 Fork the repository, or use the edit link below and GitHub will fork it for you.
  2. 2 Run bun run new-tool for an interactive scaffold, or create the directory and about.yaml manually:
name: Your Tool
description: One factual sentence, 10 to 300 characters.
url: https://example.com
games: [poe1, poe2]
category: overlays-and-companions
tags: [overlay, price-check]
platforms: [windows, linux]
pricing: free
openSource: true
source: https://github.com/you/your-tool
status: active
lastVerified: 2026-09-15

url is the primary website or repository link. category must be one of: build-planning, trade, crafting, atlas-and-maps, regex-and-search, loot-filters, overlays-and-companions, economy-and-data, leveling-and-guides, community, league-specific. platforms: windows, linux, web, macos, android, ios. pricing: free, freemium, paid. openSource is required, and a source link is only valid when it is true. alsoIn lists extra categories; rank orders a tool within one section, keyed by section id.

  1. 3 Run bun run validate to check the entry parses.
  2. 4 Open a pull request. Listings are checked before merge.