#
# # # # #

AI Google Search & Shopping SEO Metatag Generator API

API:Generative AI

US$5US$10

  • AI Google SEO Metatag copy generator automatically provide you the most optimal title and description copy for your business website which integrates with multi LLM fine-tuned modules (Palm, Llama, Claude, GPT3.5, GPT3, GPT-J, GPT NEOX, etc). It respectively provides two module which one is for general texture search purpose, and the other is for the eCommerce purpose. Users can either input a website URL or a bulk of raw content materials to generate metatag title and escriptsion. Modules can anchor SERP competitors using the similar set of keywords and create a set standing out. The module can automatically detect the limit characters of title and description in search and shopping respectively

  • The API is for personal use. For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

1 Mins Video Google Sheets Demo


AI Google Search & Shopping SEO Metatag Generator API Applied to Use in Google Sheets.

Features

  • AI Google SEO Metatag copy generator automatically provide you the most optimal title and description copy for your business website which integrates with multi LLM fine-tuned modules (Palm, Llama, Claude, GPT3.5, GPT3, GPT-J, GPT NEOX, etc).
  • It respectively provides two module which one is for general texture search purpose, and the other is for the eCommerce purpose.
  • Users can either input a website URL or a bulk of raw content materials to generate metatag title and escriptsion.
  • Modules can anchor SERP competitors using the similar set of keywords and create a set standing out. The module can automatically detect the limit characters of title and description in search and shopping respectively

API Endpoint Specifications

  • Endpoint Path: /api/3/seo-metatag
  • Type of Data: JSON & 2 requests per min
  • Data Source: BuyfromLo, Llama, Palm, Claude, OpenAI
  • Request Limit: Up-to 100,000 tokens (Approx. 4 EN words per token)
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

AI Google Search & Shopping SEO Metatag Generator API Endpoint Basic Info

API Endpoint Path

required

AI Google Search & Shopping SEO Metatag Generator API

https://www.buyfromlo.com/api/3/aiGoogleSEO


Call Method

Required

POST

Type of Data Return

JSON

JSON output structured data for AI SEO Content


Available API Arguments & Parameters

Token

required

BUYFROMLO API token. Subscription API is available on www.buyfromlo.com/apis, and accessible to on-site APP on www.buyfromlo.com/app as well

referenceContent

required

Enter the raw content for AI writing. Max.content character ceiling is 2,000

brandname

required

FALSE

purpose

required

FALSE


language

Optional

Input the language iso-code, Currently API provides 4 language, which are en, ja, zh-cn, zh-tw. The default language is en

apiKey

Optional

FALSE

modelVersion

Optional

FALSE


AI Google Search & Shopping SEO Metatag Generator API

https://www.buyfromlo.com/api/3/aiGoogleSEO


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://www.buyfromlo.com/api/3/seo-metatag"

## Required Arguments & Parameters ##

originalContent = "raw content materials or context for reference"
referenceContent = "reference content and context briefling"
brandname = "your brand name"
purpose = "Select one from three options: generative search (google, bing), google shopping, and Amazon"

## Call the api ##
response = requests.post(apiendpoint + "?token=" + token, json={"referenceContent":hashtag, "brandname": brandname, "purpose": purpose})
print(response.status)
print(response.json())
                        

JSON Response Sample


{
    "SEO meta title": "",
    "SEO meta description": ""
}