There isn't one, but modifying the standard one shouldn't be difficult. Basically remove the MAX= from the SQL, and just print Url. That can be saved as a different script, or separate function in the script.
The easiest thing is probably to crank up SSc_hitsperpage in the search function, otherwise it will pull it from the profile setting. It gets used in a few different places, so removing the references is probably more work.
Did you just change the default of 10 to 100 or did you do the change after the settings are read in?
You need to do the latter. Set it somewhere after <getapisettings> in the init function.