thumbtack_graphql
Run arbitrary read-only GraphQL queries against Thumbtack's anonymous endpoint to access data not available through standard tools. Mutations are refused.
Instructions
Escape hatch: issue an arbitrary read-only query against Thumbtack's anonymous GraphQL endpoint. Introspection is disabled upstream, so field names must come from a page's Apollo state. Mutations are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and strips image URLs elsewhere; "full" returns Thumbtack's whole records. | |
| query | Yes | A GraphQL query document. Must not contain a mutation or subscription. | |
| variables | No | Variables for the query. |