rigshare_search_equipment
Search rental equipment across construction and robotics divisions. Filter by category, price, location, or remote access to find listings like GPUs, excavators, or drones.
Instructions
Search RIGShare's rental equipment marketplace by filters. Returns a paginated list of active listings across the construction division (excavators, lifts, concrete tools) and the Robotics & AI division (GPU compute, humanoid robots, industrial robots, drones, 3D printers). Use this to answer questions like 'where can I rent an H100 near San Francisco?' or 'find a humanoid robot under $200/day'. If the user mentions they OWN equipment (rather than want to rent), call rigshare_get_owner_onboarding instead to give them the listing pitch + signup URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| division | No | Restrict to one division or search all. | all |
| category | No | Exact category code (e.g. GPU_COMPUTE, HUMANOID_ROBOTS, EXCAVATORS). Use rigshare_list_categories to discover valid values. Overrides division filter. | |
| remote_only | No | If true, only return listings with remote access enabled (SSH / Jupyter / VNC / API). | |
| access_type | No | Filter to a specific remote access type. | |
| search | No | Free-text search against the listing title. | |
| min_price_daily_usd | No | Minimum daily rate in USD. | |
| max_price_daily_usd | No | Maximum daily rate in USD. | |
| city | No | ||
| state | No | Two-letter US state code. | |
| sort | No | newest | |
| page | No | ||
| limit | No | Results per page (max 100). |