mapbox-search-patterns

Guide Mapbox search tool selection and parameter optimization for geocoding and POI search.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/thehivegroup-ai/ai-development --skill mapbox-search-patterns-thehivegroup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapbox-search-patterns
Source: https://github.com/thehivegroup-ai/ai-development/tree/main/modules/stack-authorities/mapping/mapbox/skills/mapbox-search-patterns
Command: npx skills add https://github.com/thehivegroup-ai/ai-development --skill mapbox-search-patterns-thehivegroup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mapbox-sdk, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill empowers users with expert guidance on choosing the right Mapbox search tool and parameters, optimizing search experiences for geocoding, POI search, and location discovery.

Core Features & Use Cases

  • Search Tool Selection: Choose between tools like search_and_geocode, category_search, and reverse_geocode for precise search tasks.
  • Parameter Optimization: Utilize proximity, bbox, country, limit, types, and other parameters to tailor search results.
  • Best Practices: Leverage pattern and workflow examples to handle common use cases and avoid anti-patterns.
  • Use Case: Enhance a travel booking service by integrating the appropriate Mapbox search tool and parameters to accurately display nearby attractions for customers.

Quick Start

Select the mapbox-search-patterns skill to explore and use Mapbox search tools and parameters effectively.

Frequently Asked Questions about mapbox-search-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Mapbox search tool for geocoding and POI search?

Mapbox search tool selection depends on your specific task: use search_and_geocode for general queries, category_search for targeted POI search, and reverse_geocode for coordinate-to-address location discovery.

What parameters should I use to optimize Mapbox POI search results?

Optimize Mapbox POI search results by applying parameters like proximity for nearby prioritization, bbox for bounding areas, country for regional limits, types for category filtering, and limit to control result count.

Can I use the Mapbox SDK with Python for location discovery in e-commerce applications?

Yes, you can use the Mapbox SDK with Python to handle location intelligence requirements for e-commerce, urban planning, and mapping services by implementing search parameters and workflows.

What is the best way to avoid anti-patterns when using Mapbox search APIs?

Avoid Mapbox search API anti-patterns by leveraging established workflow examples and best practices for parameter optimization, ensuring you select the correct search tool for each specific geocoding or POI task.

Does reverse geocode work with bounding box and proximity parameters in Mapbox?

Reverse geocode in Mapbox works with specific parameters to tailor search results, utilizing proximity, bbox, country, limit, and types to constrain location discovery and refine output accuracy.

When should I use category_search instead of search_and_geocode for Mapbox location discovery?

Use category_search for targeted POI search tasks requiring specific location types, while search_and_geocode is better suited for broader address queries and general geocoding requirements in Mapbox.