← API Reference
Marktforschung API
SERP crawling, competitive intelligence
Base URL: https://research.ayoune.app — 11 entities — Maschinenlesbare Beschreibung (JSON · YAML)
Beispiel
cURL
curl -H "Authorization: Bearer pat_your_token" \
https://research.ayoune.app/adadvertisers?limit=10
TypeScript SDK
import { aYOUne } from '@tolinax/ayoune';
const ay = new aYOUne('pat_your_token');
const result = await ay.research.adAdvertisers.find().limit(10).exec();
console.log(result.payload());
Entities
| Entity | REST Path | SDK | Zugriff | Right | |
|---|---|---|---|---|---|
| AdAdvertisers | /adadvertisers |
ay.research.adAdvertisers |
read-only | research.adadvertisers |
|
| AdCreativeAssets | /adcreativeassets |
ay.research.adCreativeAssets |
read-only | research.adcreativeassets |
|
| AdCreatives | /adcreatives |
ay.research.adCreatives |
read-only | research.adcreatives |
|
| AdPlacements | /adplacements |
ay.research.adPlacements |
read-only | research.adplacements |
|
| AdSourceSyncStates | /adsourcesyncstates |
ay.research.adSourceSyncStates |
read-only | research.adsourcesyncstates |
|
| CostBucketResults | /costbucketresults |
ay.research.costBucketResults |
read-only | research.costbucketresults |
|
| KeywordActivationPolicies | /keywordactivationpolicies |
ay.research.keywordActivationPolicies |
CRUD | research.keywordactivationpolicies |
|
| KeywordIntakeRuns | /keywordintakeruns |
ay.research.keywordIntakeRuns |
read-only | research.keywordintakeruns |
|
| KeywordIntakeSourceItems | /keywordintakesourceitems |
ay.research.keywordIntakeSourceItems |
read-only | research.keywordintakesourceitems |
|
| KeywordIntakeSources | /keywordintakesources |
ay.research.keywordIntakeSources |
CRUD | research.keywordintakesources |
|
| PublisherSites | /publishersites |
ay.research.publisherSites |
CRUD | research.publishersites |