mapbox-search-integration

Guide Mapbox search implementation across Web, iOS, and Android platforms.

72|14|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-search-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapbox-search-integration
Source: https://github.com/mapbox/mapbox-agent-skills/tree/main/skills/mapbox-search-integration
Command: npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-search-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance to implement Mapbox search in applications, from discovery questions to production-ready integration with best practices.

Core Features & Use Cases

  • Discovery questions and requirements gathering for search usage.
  • Guidance on product selection (e.g., Search Box API, Mapbox Search SDKs) and platform-specific patterns.
  • Best practices for autocomplete, debouncing, proximity biasing, session tokens, and map interactions across Web, iOS, and Android.
  • Common pitfalls and migration paths for evolving search implementations.

Quick Start

Review the skill to determine your search scope, choose the appropriate Mapbox search product and platform, and implement using the provided patterns and code examples.

Frequently Asked Questions about mapbox-search-integration

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

FAQPage Schema
How do I implement Mapbox autocomplete search in my web or mobile application?

Implement Mapbox search by selecting the appropriate Search Box API or SDK for your platform, then apply best practices for autocomplete, debouncing, and session tokens to ensure production-ready integration across Web, iOS, and Android.

What is the best way to manage session tokens when integrating Mapbox search?

Managing session tokens correctly groups user search interactions into single billing sessions, and this Skill outlines platform-specific patterns to implement them alongside autocomplete and debouncing for optimal Mapbox search integration.

Does Mapbox search integration work across Web, iOS, and Android platforms?

Yes, Mapbox search integration works across Web, iOS, and Android by utilizing platform-specific SDKs and patterns, ensuring consistent search functionality and map interactions throughout your application.

How do I apply proximity biasing to Mapbox search results?

Apply proximity biasing in Mapbox search by utilizing platform-specific SDK patterns to prioritize nearby geographic results, enhancing the relevance of autocomplete suggestions for your application users.

What are common pitfalls when integrating Mapbox search SDKs?

Common pitfalls when integrating Mapbox search SDKs include improper debouncing, incorrect session token management, and flawed map interactions, which this Skill helps you avoid through established best practices and migration paths.

When should I choose the Mapbox Search Box API over the Search SDKs?

Choose the Mapbox Search Box API for direct web queries or the Search SDKs for native iOS and Android features, with this Skill guiding product selection based on your specific discovery requirements and platform context.