Skip to documentation
Browse documentation

Get Directory Page

Fetch one page of Linktree's public profile directory using a primary category or secondary subcategory filter.

Capability ID linktree.directory.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

category string optional

Primary directory category. Omit both filters for all profiles; mutually exclusive with subcategory.

Available values allbusinesscreativeeducationentertainmentfashion-beautyfood-beveragegovernment-politicshealth-wellnessnon-profitothertechtravel-tourism
page integer optional

1-indexed directory page number (default 1).

Example 1
subcategory string optional

Secondary directory filter discovered from Linktree's public taxonomy; mutually exclusive with category.

Example personal
Available values affiliate-marketingagency-consultingalcoholautomobilesactoractivismattractionsbars-restaurantscampus-organizationscannabischefclimateclothing-accessoriescoffee-teacomedycommunity-organizationcontests-giveawayscosplaycountries-municipalitiescraftscrowdfundingdance-theatredessertsdesignerdigital-creatordisaster-reliefdiversity-inclusione-learningedutechelectronic-press-kitemergency-servicesfan-clubfilm-tvfinancial-servicesfintechfragrancesgaming-esportsgrocerieshair-carehardwarehealthcarehome-cookinghome-improvement-maintenancehotels-lodginghr-recruitinginfluencerjewelryjudiciarylaw-enforcementlegal-serviceslibrarylife-coachinglive-eventsmakeup-skincaremarketing-advertisingmemesmilitary-veteransmobile-appmodelmuseumsmusicnail-carenot-listednutritionperformance-artpersonalpetspolicypoliticians-campaignsportfoliopublic-figurepublic-relationspublic-servicesradio-podcastsreal-estaterecreationreligionsaasschools-universitiesshoesshopping-retailsocial-mediaspiritualitysportsstartuptalent-agencytalent-managementtattoos-piercingsteachertransportationventure-capitalvisual-artsweddingswildlifewriter

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
current_page integer 1
profiles array 3 items
profiles array 3 items
selected_category string other
selected_subcategory string personal
total_pages integer 296

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.