← API Reference
Marktforschung API
SERP crawling, competitive intelligence
Base URL: https://research.ayoune.app — 3 entities — Maschinenlesbare Beschreibung (JSON · YAML)
Beispiel
cURL
curl -H "Authorization: Bearer pat_your_token" \
https://research.ayoune.app/keywordintakesourceitems?limit=10
TypeScript SDK
import { aYOUne } from '@tolinax/ayoune';
const ay = new aYOUne('pat_your_token');
const result = await ay.research.keywordIntakeSourceItems.find().limit(10).exec();
console.log(result.payload());
Entities
| Entity | REST Path | SDK | Zugriff | Right | |
|---|---|---|---|---|---|
| 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 |