Export extraction results in 7 formats. 100,000 row limit (10,000 for PDF)
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Content-Disposition header contains the server filename. Store it
when you need an audit trail that connects the downloaded file to the extraction
job.
format=csv for CRM imports, spreadsheet checks, and follower or reply
upserts. Name reply jobs xquik-replies.csv and follower jobs
xquik-followers.csv.format=json for app ingestion, queue replay, or structured storage.
Store the extraction ID and server filename with the local path.format=xlsx for analyst review and account-management workbooks when
humans need filters or formulas.format=md, md-document, pdf, or txt for human-readable reports.
PDF is capped at 10,000 rows.GET /extractions/{id} results.
csv, json, md, md-document, pdf, txt, xlsx.article_extractor
exports 10 article-focused columns.
article_extractor use the default result column set. Some enrichment columns may be empty when the result does not include that data.
User ID, Username, Display Name, Verified, and Profile Image.Followers, Following, Posts, Media Count, and Favorites.Description, Location, and Cover Picture.Tweet ID, Tweet Text, and Tweet Created At.Likes, Reposts, Replies, Quotes, Views, and Bookmarks.Language, Source, and Conversation ID.Article Title, Article Preview, and Article Body.article_extractor uses a shorter article-focused column set.
Article Title, Cover Image, and Article Body.Author, Username, and Verified.Followers.Views, Likes, and Quotes.Content-Disposition header with the filename.format=csv returns text/csv; charset=utf-8 with filenames like
extraction-reply_extractor-*.csv.format=json returns application/json; charset=utf-8 with filenames
like extraction-reply_extractor-*.json.format=md returns text/markdown; charset=utf-8 with filenames like
extraction-reply_extractor-*.md.format=md-document returns text/markdown; charset=utf-8 with
filenames like extraction-reply_extractor-*.md.format=pdf returns application/pdf with filenames like
extraction-reply_extractor-*.pdf.format=txt returns text/plain; charset=utf-8 with filenames like
extraction-reply_extractor-*.txt.format=xlsx returns
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
with filenames like extraction-reply_extractor-*.xlsx.