powered by
Creates a new project in Serpstat.
sst_pm_create_project( domain, name, groups = NULL, api_token = Sys.getenv("SERPSTAT_API_TOKEN") )
Returns the project ID for the created project.
(required) Domain to get data for.
(required) The name of the project. Can be different from the domain.
(optional) A list of project groups the project should be added to.
(required) Serpstat API token from your profile. Default is Sys.getenv('SERPSTAT_API_TOKEN').
Check all the values for request and response fields here.
1 project credit.
if (FALSE) { sst_pm_create_project( domain = 'serpstat.com', name = 'Serpstat' )$data$project_id }
Run the code above in your browser using DataLab