URL Query Parameter Counter

Parse a URL and count how many query string parameters it contains (the key=value pairs after the '?'), useful for debugging tracking URLs, API requests, and analytics links.

Inputs
Results
Parameter Count
3
Parameter Names
q, page, sort

Try an example