- Регистрация
- 25.11.2012
- Сообщения
- 544
- Благодарностей
- 26
- Баллы
- 28
I'm trying to create a bot that grabs backlink metrics from Ahrefs.com using an API. I don't know if any other ZP gurus use Ahrefs (or any other similar services), but I would appreciate any advice.
So I'm using HTTP Post Request. In the URL field I've inserted:
and in the data field:
(Note: the variable {-Variable.url_to_check-} is just a domain taken from a list).

You can see an example query at this page (no 1 example), or screenshot:

So I'm using HTTP Post Request. In the URL field I've inserted:
Код:
http://api.ahrefs.com/get_backlinks_count.php?
Код:
target={-Variable.url_to_check-}&mode=domain&output=json&AhrefsKey=***API key removed****

You can see an example query at this page (no 1 example), or screenshot:
