Skip to content

Commit 4fc9ad7

Browse files
authored
Add sample json for context
1 parent 184db98 commit 4fc9ad7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Goal is to extract a list of Van Gogh paintings from the attached Google search
66

77
## Instructions
88

9-
This is already fully supported on SerpApi ([relevant test]).
9+
This is already fully supported on SerpApi ([relevant test] and [sample json]).
1010
Try to come up with your own solution and your own test.
1111
Extract the painting `name`, date (`extensions` array), and Google `link` in an array.
1212

@@ -17,6 +17,7 @@ Programming language wise, Ruby is suggested but feel free to use whatever you f
1717
Use directly the result page ([file attached]) in this repository.
1818

1919
[relevant test]: https://github.com/serpapi/test-knowledge-graph-desktop/blob/master/spec/knowledge_graph_claude_monet_paintings_spec.rb
20+
[sample json]: https://raw.githubusercontent.com/serpapi/code-challenge/master/files/van-gogh-paintings.json
2021
[file attached]: https://raw.githubusercontent.com/serpapi/code-challenge/master/files/van-gogh-paintings.html
2122

2223
## Expected Array

0 commit comments

Comments
 (0)