With this Python script, you can bulk-submit your URLs for indexing without logging into the dashboard.

To run it, you need basic Python knowledge. In short, you just have to do the following:

  1. Have Python installed.
  2. Open indexApi.py, edit it, and enter your API key where it says “YOUR API”.
  3. In urls.txt, add the URLs you want to submit.
  4. Open your Command Prompt/terminal in the script folder and run comand: python indexApi.py
How can I help you?