Can the API give the same data as the UI?
-
What I mean is, I'm not that interested in counts. What I'd like to figure out is how to get the API to give me what the UI gives me , so that for a given target domain I can download a report with the following fields:
URL
Title
Anchor Text
Spam Score
PA
DA
Linking Domains to Page
Target URL
Link Type
Link State
Date First Seen
Date Last Seen
Date Lost
HTTP Status Code
Links to Page
Outbound Domains from Page
Outbound Links from Page
Operator profileThat's essentially the same as a CSV report generated by clicking on the "Export CSV" button. I could ,I suppose, get someone to write something in Selenium to enter a domain, click on the button and hang around on the notifications page for the results but I'd really rather not.
-
Hey!
Thanks for reaching out to us!
The following few links provides a selection of the different metics you can 'call' using our API.
Top Page Metrics: https://moz.com/help/links-api/making-calls/top-pages-metrics
Anchor Text Metrics: https://moz.com/help/links-api/making-calls/anchor-text-metrics
Link Metrics: https://moz.com/help/links-api/making-calls/link-metrics
URL Metrics: https://moz.com/help/links-api/making-calls/url-metrics
If you have any specific questions feel free to reach out to help@moz.com
Best,
Eli
-
Ok, some specifics:
Today I downloaded moz-inbound-links-for-fordanddoonan_com_au-2019-05-07_06_29_56_307340Z.csv. I has a header as follows:
Inbound Links for fordanddoonan.com.au
Scope pld
Sorted by source_page_authority
Filters: external+not_deleted
Anchor text all
Source PLD allWhat API scope matches the one given in the header namely "pld"?
Please also point me to the place in the documentation where a filter of "not_deleted" can be specified, as the header has "not_deleted" as a Filter attribute but I can't see that in any of the documentation.
I do need some hand-holding here. I'm trying to use the API to generate a moz-inbound-links report but I'm not at all sure where to start.