Contribute a Market

Help build the most complete directory of Nigerian markets. There are two ways to contribute:

Option 1: Submit via Form

Fill out the form below and we'll review your submission.

Option 2: Open a Pull Request

For contributors comfortable with Git:

  1. Fork the repository
  2. Open the state file at data/states/<state-slug>.json
  3. Add your market to the correct LGA's markets array
  4. Submit a pull request — CI will validate your data automatically

Market entry format:

{
  "name": "Balogun Market",
  "slug": "balogun-market",
  "coordinates": { "lat": 6.4541, "lng": 3.3947 },
  "added_by": "your-github-username"
}