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.6.5.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

yext-0.6.5-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file yext-0.6.5.tar.gz.

File metadata

  • Download URL: yext-0.6.5.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yext-0.6.5.tar.gz
Algorithm Hash digest
SHA256 a4dd02a89e9b8bff3d0aa59d6fe590b9f4e3fb42923ce4378660e62fe90d355a
MD5 5230f51ccf9524e2a067768d51d79533
BLAKE2b-256 fa1ab46ca10869e2c9627a39bbea1eda62903899b7e55dac0995b2b24c48e8ba

See more details on using hashes here.

File details

Details for the file yext-0.6.5-py3-none-any.whl.

File metadata

  • Download URL: yext-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yext-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 54faead9470cb5e1d77c86e51069075f98105094c17614a281674bfb5cb3104d
MD5 21fee761741b0cb4253134396c2043ff
BLAKE2b-256 bc43a52a1e16525eafba27250e27249a067d1da8ea4cf9643b4c14ca660ff1f5

See more details on using hashes here.

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