@cruxxx You can use the "Node.js" module in BAS to do this.
You can use Playwright or Puppeteer.
Personally, I often use Playwright to control external anti-detect browsers.
You can use the keywords I just provided and use AI to help you.
Hello, I need to print the log record of my site's rank, but my real question is how can I find out the rank of my site with the bas program?
So let me give an example, I searched the system and it came up as 47th. How can I print that it is 47th? The ranking is constantly changing.
Get the number of search elements
rank_data = 0
for each
rank_data += 1
if foreach_data == "string of your site"
break
log(rank_data)
sorry for the first))