- The challenge is to get accurate SEO from Vidiq Youtube.
I have a code for getting tags with positions through a third party site (https://ytrank-legacy.vercel.app/graphql) but it gives the tag positions not quite accurate and thus the SEO score may not be reliably accurate.
There is a way to get tag positions via queries (https://www.youtube.com/results?search_query={text}), but it also gives false information.
There is also a method in YouTube Api (https://www.googleapis.com/youtube/v3/search) but it also works poorly, and besides, there are quotas.
Is there another way to get tag positions on a YouTube video?