
GraphQL Extractor
Pricing
Pay per usage
Go to Store

GraphQL Extractor
💫 Universal GraphQL Scraper
0.0 (0)
Pricing
Pay per usage
1
Total users
18
Monthly users
5
Runs succeeded
>99%
Last modified
8 months ago
You can access the GraphQL Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "limit": 100,< "url": "https://apify.hashnode.dev/api/graphql",< "query": "query ($host: String!, $after: String, $first: Int!, $filter: PublicationPostConnectionFilter) {\\r\\n publication(host: $host) {\\r\\n id\\r\\n posts(after: $after, first: $first, filter: $filter) {\\r\\n edges {\\r\\n node {\\r\\n __typename id title subtitle slug publishedAt url brief\\r\\n }\\r\\n __typename\\r\\n }\\r\\n pageInfo { hasNextPage endCursor __typename }\\r\\n totalDocuments\\r\\n __typename\\r\\n }\\r\\n __typename\\r\\n }\\r\\n}",< "variables": "{ \\"host\\": \\"apify.hashnode.dev\\", \\"first\\": 10 }",< "cursor.step": 25,< "cursor.index": "",< "cursor.next": "after",< "cursor.offset": "",< "cursor.limit": "first",< "parse.root": "publication.posts",< "parse.list": "edges",< "parse.item": "node",< "parse.total": "totalDocuments",< "parse.next": "pageInfo.endCursor"<}' |<apify call jupri/graphql-extractor --silent --output-dataset
GraphQL Extractor API through CLI
The Apify CLI is the official tool that allows you to use GraphQL Extractor locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: