Skip to main content

Yext API Client for Python

Project description

Yext API Client for Python

This library contains utilities for interacting with the Yext API in Python.

💡 Getting Started

First, install Yext Python API Client via the pip package manager:

pip install --upgrade 'yext'

Then, create entities in your Knowledge Graph:

from yext import YextClient

client = YextClient('<your_api_key>')
profile = {
    'meta': {
        'id': 'entity_id',
        'countryCode': 'US'
    },
    'name': 'What is Yext Answers?',
    'answer': 'A revolutionary search product.'
}
entity_type = 'faq'

client.create_entity(entity_type, profile)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yext-0.4.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

yext-0.4.0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page